YAMI4 for .NET 1.3.0

Inspirel.YAMI.IncomingMessageArgs Class Reference

Provides data for IncomingMessageHandler implementation. More...

List of all members.

Public Member Functions

 IncomingMessageArgs (string objectName, IncomingMessage message)
 Initializes a new instance of the IncomingMessageArgs class.

Properties

IncomingMessage Message [get]
 Gets received message.
string ObjectName [get]
 Gets destination object name.

Detailed Description

Provides data for IncomingMessageHandler implementation.


Constructor & Destructor Documentation

Inspirel.YAMI.IncomingMessageArgs.IncomingMessageArgs ( string  objectName,
IncomingMessage  message 
)

Initializes a new instance of the IncomingMessageArgs class.

Parameters:
objectNameDestination object name
messageIncoming message

Property Documentation

IncomingMessage Inspirel.YAMI.IncomingMessageArgs.Message [get]

Gets received message.

Received message

string Inspirel.YAMI.IncomingMessageArgs.ObjectName [get]

Gets destination object name.

Destination object name


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events