ConfigMgrBgbSession.BgbSessionOpened Event
Invoked when a client notification session is successfully created.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public event EventHandler<EventArgs> BgbSessionOpened
public:
event EventHandler<EventArgs^>^ BgbSessionOpened {
void add(EventHandler<EventArgs^>^ value);
void remove(EventHandler<EventArgs^>^ value);
}
Public Event BgbSessionOpened As EventHandler(Of EventArgs)
See Also
ConfigMgrBgbSession Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top