RealTimeServerConnectionManager.IncomingConnectionRemoved Event
Raised when a new incoming connection is removed.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event IncomingConnectionRemoved As EventHandler(Of IncomingConnectionRemovedEventArgs)
'Usage
Dim instance As RealTimeServerConnectionManager
Dim handler As EventHandler(Of IncomingConnectionRemovedEventArgs)
AddHandler instance.IncomingConnectionRemoved, handler
public event EventHandler<IncomingConnectionRemovedEventArgs> IncomingConnectionRemoved
See Also
Reference
RealTimeServerConnectionManager Class