 | InProcessClientStartAsync Method |
Requests the start of the client's background message processing thread and provides a way for the caller
to await the client reaching the started state.
Namespace: Orthogonal.MixedCommsLibAssembly: Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntaxpublic Task<bool> StartAsync(
string txHandle,
string rxHandle
)
Parameters
- txHandle String
- The handle of the InProcessServer's transmit pipe.
- rxHandle String
- The handle of the InProcessServer's receive pipe.
Return Value
TaskBooleanA Task object that callers can use to await the client reaching the started state.
Exceptions
See Also