Click or drag to resize

StreamingStreamingClientWait(WaitRequest, CallOptions) Method

Waits until the stream is stopped and all current frames are processed and sent.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.3.0
Syntax
C#
public virtual WaitReply Wait(
	WaitRequest request,
	CallOptions options
)

Parameters

request  WaitRequest
The request to send to the server.
options  CallOptions
The options for the call.

Return Value

WaitReply
The response received from the server.
See Also