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

The ConfigMgrBgbSessiontype exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
CloseSession () () () ()
Closes an active client notification session. If session is not opened, nothing happens.
CreateSession(BgbSessionType, String, MessageSecurityMode, SmsClientId, ClientVersionBase, MessageCertificateX509)
Creates a new client notification session of a specific type using a default port
CreateSession(BgbSessionType, String, UInt16, MessageSecurityMode, SmsClientId, ClientVersionBase, MessageCertificateX509)
Creates a new client notification session of a specific type
Dispose () () () ()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Dispose(Boolean)
Implementation of IDispose
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
InternalCloseSession () () () ()
Implementation for closing a session
InternalOpenSession () () () ()
Implementation that opens a session with the client notification server
MemberwiseClone () () () () (Inherited from Object.)
OnBgbMessageReceived(ConfigMgrBgbSessionEventArgs)
Invoker for when a client notification message has been received
OnBgbMessageSent(ConfigMgrBgbSessionEventArgs)
Invoker for when a client notification message has been sent
OnBgbSessionClosed(EventArgs)
Invoker for when a BGB session closes
OnBgbSessionOpened(EventArgs)
Invoker for when a BGB session opens
OpenSession () () () ()
Opens a client notification session using the parameters defined in the source message
ProcessReceivedMessage(BgbMessageType, Stream, UInt32, UInt32)
Internal handler for processing a received message
SendMessageImplementation(IMessage, BgbMessageType)
Implementation for sending a message to a session listener
SendResponseMessage(BgbResponseMessage)
Sends a response message for a request over the BGB channel
ToString () () () () (Inherited from Object.)
Validate () () () ()
Performs message validation.
Validate(Collection < (Of < <' ( Exception > ) > > ) )
Performs message validation.

See Also