Click or drag to resize

StreamingStreamingBaseGetFrame Method

Gets a stream which can be waited on each new received frame.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
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

Task
A task indicating completion of the handler.
See Also