Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Invokes the BgbMessageSent event when a client notification message is sent.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected void OnBgbMessageSent(
ConfigMgrBgbSessionEventArgs e
)
protected:
void OnBgbMessageSent(
ConfigMgrBgbSessionEventArgs^ e
)
Protected Sub OnBgbMessageSent (
e As ConfigMgrBgbSessionEventArgs
)
Parameters
e
Type: Microsoft.ConfigurationManagement.Messaging.Messages.ConfigMgrBgbSessionEventArgsSession event arguments.
See Also
ConfigMgrBgbSession Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top