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

Event args for a client notification message received from the MP

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

Syntax

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

Members

                 
  All Members     Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
Message
Message payload
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   System . . :: . . EventArgs
     Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . ConfigMgrBgbSessionEventArgs
       Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . ConfigMgrBgbSynchronousMessageEventArgs

See Also