Click or drag to resize

InProcessEventType Enumeration

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

Namespace: Orthogonal.MixedCommsLib
Assembly: Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntax
C#
public enum InProcessEventType
Members
Member nameValueDescription
ServerStarted0 The in-process server has started listening for client messages.
ServerStopped1 The in-process server has stopped listening for client messages.
ClientStarted2 The in-process client has started listening for server messages.
ClientStopped3 The in-process client has stopped listening for server messages.
Received4 The in-process server or client has received a message.
See Also