Click or drag to resize

StreamingStreamingBaseWaitForCurrentSegmentSent Method

Waits until the currently processed segment is finished 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 Task<WaitForCurrentSegmentSentReply> WaitForCurrentSegmentSent(
	WaitForCurrentSegmentSentRequest request,
	ServerCallContext context
)

Parameters

request  WaitForCurrentSegmentSentRequest
The request received from the client.
context  ServerCallContext
The context of the server-side call handler being invoked.

Return Value

TaskWaitForCurrentSegmentSentReply
The response to send back to the client (wrapped by a task).
See Also