MessageSenderEventArgs Class
Event handler used to fire message delivery and reception events.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
System::EventArgs
Microsoft.ConfigurationManagement.Messaging.Framework::MessageSenderEventArgs
| Name | Description | |
|---|---|---|
![]() | MessageSenderEventArgs(IMessage^) | Initializes a new instance of the MessageSenderEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | Message | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.

