Click or drag to resize

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.MixedCommsLib
Assembly: Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntax
C#
public Task<bool> StartAsync()

Return Value

TaskBoolean
A Task object that callers can use to await the server reaching the started state.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the server is already started.
See Also