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

Invoked whenever a client notification message is received on the asynchronous channel

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public event 
EventHandler<

ConfigMgrBgbSessionEventArgs> 
BgbMessageReceived
Public Event 
BgbMessageReceived 
As 
EventHandler(
Of 

ConfigMgrBgbSessionEventArgs)
public:
 
event 
EventHandler<

ConfigMgrBgbSessionEventArgs^>^ 
BgbMessageReceived {
	
void 
add (
EventHandler<

ConfigMgrBgbSessionEventArgs^>^ 
value);
	
void 
remove (
EventHandler<

ConfigMgrBgbSessionEventArgs^>^ 
value);
}

See Also