[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Event handler used for firing message delivery and reception events.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
MessageSenderEventArgs : 
EventArgs
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
MessageSenderEventArgs _
	
Inherits 
EventArgs
[
SerializableAttribute]
public 
ref class 
MessageSenderEventArgs 
sealed : 
public 
EventArgs

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
MessageSenderEventArgs(IMessage)
Initializes a new instance of the MessageSenderEventArgsclass.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
Message
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.

ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also