Click or drag to resize

OutProcessEventType Enumeration

An event type enumeration for notifications from the out-of-process server and client.

Namespace: Orthogonal.MixedCommsLib
Assembly: Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntax
C#
public enum OutProcessEventType
Members
Member nameValueDescription
ServerAccepting0 The server is waiting to accept a client connection.
ServerAccepted1 The server has accepted a client connection.
ServerStopped2 The server has disconnected and stopped.
ClientConnecting3 The client is attempting to connect to the server.
ClientConnectFailed4 The client failed to connect to the server.
ClientConnectState5 The client has connected to the server.
ClientStopped6 The client has disconnected and stopped.
Received7 The server or client has received a message.
See Also