Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Invoked when 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
public event EventHandler<ConfigMgrBgbSessionEventArgs> BgbMessageReceived
public:
event EventHandler<ConfigMgrBgbSessionEventArgs^>^ BgbMessageReceived {
void add(EventHandler<ConfigMgrBgbSessionEventArgs^>^ value);
void remove(EventHandler<ConfigMgrBgbSessionEventArgs^>^ value);
}
Public Event BgbMessageReceived As EventHandler(Of ConfigMgrBgbSessionEventArgs)
See Also
ConfigMgrBgbSession Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top