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

Callback for the session, can be used to send a response

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 

ConfigMgrBgbSession 
SessionCallback { 
get; 
private 
set; }
Public 
Property 
SessionCallback 
As 

ConfigMgrBgbSession
	
Get
	
Private 
Set
public:
property 

ConfigMgrBgbSession^ 
SessionCallback {
	

ConfigMgrBgbSession^ 
get ();
	
private: 
void 
set (

ConfigMgrBgbSession^ 
value);
}

See Also