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)
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.ConfigurationManagement.Messaging.Framework.MessageSenderEventArgs
Syntax
[SerializableAttribute]
public sealed class MessageSenderEventArgs : EventArgs
[SerializableAttribute]
public ref class MessageSenderEventArgs sealed : EventArgs
<SerializableAttribute>
Public NotInheritable Class MessageSenderEventArgs
Inherits EventArgs
Constructors
Name | Description | |
---|---|---|
MessageSenderEventArgs(IMessage) | Initializes a new instance of the MessageSenderEventArgs class. |
Properties
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top