StreamingStreamingClientWait(WaitRequest, CallOptions) Method |
Waits until the stream is stopped and all current frames are processed and sent.
Namespace: RAYLASE.PDA.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.3.0
Syntaxpublic 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
WaitReplyThe response received from the server.
See Also