StreamingStreamingBaseGetFrame Method |
Gets a stream which can be waited on each new received frame.
Namespace: RAYLASE.PDA.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax public virtual Task GetFrame(
GetFrameRequest request,
IServerStreamWriter<Frame> responseStream,
ServerCallContext context
)
Parameters
- request GetFrameRequest
- The request received from the client.
- responseStream IServerStreamWriterFrame
- Used for sending responses back to the client.
- context ServerCallContext
- The context of the server-side call handler being invoked.
Return Value
TaskA task indicating completion of the handler.
See Also