Click or drag to resize

InProcessServerStart Method

Requests the start of the server's background message processing thread and returns immediately. There will be a short unpredictable delay between return from this method and when the server reaches a started state. The ServerStarted event will be raised when the server reaches a started state. After the server reaches the started state, the TxHandle and RxHandle prroperty values will be set with unique values that can be passed to a InProcessClient class to establish a connection with the server.

Namespace: Orthogonal.MixedCommsLib
Assembly: Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntax
C#
public void Start()
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the server is already started.
See Also