MessageSenderEventArgs Class

 

Event handler used to fire message delivery and reception events.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  System::EventArgs
    Microsoft.ConfigurationManagement.Messaging.Framework::MessageSenderEventArgs

[SerializableAttribute]
public ref class MessageSenderEventArgs sealed : EventArgs

NameDescription
System_CAPS_pubmethodMessageSenderEventArgs(IMessage^)

Initializes a new instance of the MessageSenderEventArgs class.

NameDescription
System_CAPS_pubpropertyMessage

Gets the message for the event. This instance can be changed by the recipient and the callee of the method will receive the changed instance.

If the message is being delivered, the modified message will be delivered to the endpoint and the local variable parameter will be changed.

If the message is being received, the modified message will be delivered to the callee with the modified data.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: