![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
The event arguments representing delivery of a Diffusion message. More...
Public Member Functions | |
MessageEventArgs (T message, IDiffusionClientConnector connector) | |
Constructor. More... | |
Properties | |
virtual T | Message [get, set] |
Returns the message. More... | |
object | Client [get, set] |
Get/set the client object. More... | |
IDiffusionClientConnector | Connector [get, set] |
Get/set the Diffusion client connector object. More... | |
IServerDetails | ServerDetails [get, set] |
Get/set the server details pertaining to the active connection. More... | |
The event arguments representing delivery of a Diffusion message.
T |
PushTechnology.DiffusionCore.Messaging.MessageEventArgs< T >.MessageEventArgs | ( | T | message, |
IDiffusionClientConnector | connector | ||
) |
Constructor.
message | |
connector |
|
getset |
Get/set the client object.
|
getset |
Get/set the Diffusion client connector object.
|
getset |
Returns the message.
|
getset |
Get/set the server details pertaining to the active connection.