Click or drag to resize

StreamingStreamingClientWaitForCurrentSegmentSentAsync(WaitForCurrentSegmentSentRequest, CallOptions) 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 AsyncUnaryCall<WaitForCurrentSegmentSentReply> WaitForCurrentSegmentSentAsync(
	WaitForCurrentSegmentSentRequest request,
	CallOptions options
)

Parameters

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

Return Value

AsyncUnaryCallWaitForCurrentSegmentSentReply
The call object.
See Also