StreamingStreamingClient(CallInvoker) Constructor |
Creates a new client for Streaming that uses a custom CallInvoker.
Namespace: RAYLASE.PDA.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntaxpublic StreamingClient(
CallInvoker callInvoker
)
Parameters
- callInvoker CallInvoker
- The callInvoker to use to make remote calls.
See Also