Click or drag to resize

InProcessClientStart Method

Requests the start of the client's background message processing thread and returns immediately. There will be a short unpredictable delay between return from this method and when the client reaches a started state. The ClientStarted event will be raised when the client reaches a started state.

Namespace: Orthogonal.MixedCommsLib
Assembly: Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntax
C#
public void Start(
	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.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the client is already started.
See Also