Click or drag to resize

OutProcessEventArgs Class

Event arguments class for the out-of-process server and client.
Inheritance Hierarchy
SystemObject
  Orthogonal.MixedCommsLibOutProcessEventArgs

Namespace: Orthogonal.MixedCommsLib
Assembly: Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntax
C#
public sealed class OutProcessEventArgs

The OutProcessEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodOutProcessEventArgs(OutProcessEventType) Constructs an event argument with a specified Type.
Public methodOutProcessEventArgs(OutProcessEventType, String) Constructs an event argument with a specified Type and Message.
Top
Properties
 NameDescription
Public propertyMessage The event message. A value is only present for the Received event type.
Public propertyType The event type.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
See Also