 | InProcessServerStartAsync Method |
Requests the start of the server's background message processing thread and provides a way for the caller
to await the server reaching the started state.
Namespace: Orthogonal.MixedCommsLibAssembly: Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntaxpublic Task<bool> StartAsync()
Return Value
TaskBooleanA Task object that callers can use to await the server reaching the started state.
Exceptions
See Also