Class InboundMessageEventArgs
Inbound message event arguments.
Inherited Members
Namespace: OnixS.Cme.ILink3
Assembly: OnixS.Cme.ILink3.dll
Syntax
public class InboundMessageEventArgs : EventArgs
Constructors
InboundMessageEventArgs()
Declaration
protected InboundMessageEventArgs()
Properties
Message
Event-related Message
Declaration
public IMessage Message { get; }
Property Value
Type | Description |
---|---|
IMessage | Event-related Message |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |