StreamingStreamingClientInitializeAsync(InitializeRequest, CallOptions) Method |
Initializes the streaming service.
Namespace: RAYLASE.PDA.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax public virtual AsyncUnaryCall<InitializeReply> InitializeAsync(
InitializeRequest request,
CallOptions options
)
Parameters
- request InitializeRequest
- The request to send to the server.
- options CallOptions
- The options for the call.
Return Value
AsyncUnaryCallInitializeReplyThe call object.
See Also