StreamingStreamingBaseWait 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 Task<WaitReply> Wait(
WaitRequest request,
ServerCallContext context
)
Parameters
- request WaitRequest
- The request received from the client.
- context ServerCallContext
- The context of the server-side call handler being invoked.
Return Value
TaskWaitReplyThe response to send back to the client (wrapped by a task).
See Also