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
System_CAPS_pubmethod MessageSenderEventArgs(IMessage)

Initializes a new instance of the MessageSenderEventArgs class.

Properties

Name Description
System_CAPS_pubproperty 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
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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