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

Synchronous message event.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 

ConfigMgrBgbSynchronousMessageEventArgs : 

ConfigMgrBgbSessionEventArgs
<
SerializableAttribute> _
Public 
NotInheritable 
Class 

ConfigMgrBgbSynchronousMessageEventArgs _
	
Inherits 

ConfigMgrBgbSessionEventArgs
[
SerializableAttribute]
public 
ref class 

ConfigMgrBgbSynchronousMessageEventArgs 
sealed : 
public 

ConfigMgrBgbSessionEventArgs

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
(Inherited from ConfigMgrBgbSessionEventArgs.)
ResponseMessage
Response message to send back through notification channel. Should be populated with relevant details
SessionCallback
Callback for the session, can be used to send a response
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also