Click or drag to resize

StreamingStreamingClientWait(WaitRequest, Metadata, NullableDateTime, CancellationToken) 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,
	Metadata headers = null,
	DateTime? deadline = null,
	CancellationToken cancellationToken = default
)

Parameters

request  WaitRequest
The request to send to the server.
headers  Metadata  (Optional)
The initial metadata to send with the call. This parameter is optional.
deadline  NullableDateTime  (Optional)
An optional deadline for the call. The call will be cancelled if deadline is hit.
cancellationToken  CancellationToken  (Optional)
An optional token for canceling the call.

Return Value

WaitReply
The response received from the server.
See Also