[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 session is successfully created

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public event 
EventHandler<
EventArgs> 
BgbSessionOpened
Public Event 
BgbSessionOpened 
As 
EventHandler(
Of 
EventArgs)
public:
 
event 
EventHandler<
EventArgs^>^ 
BgbSessionOpened {
	
void 
add (
EventHandler<
EventArgs^>^ 
value);
	
void 
remove (
EventHandler<
EventArgs^>^ 
value);
}

See Also