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.
Raised when the connection is removed from the pool.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event ConnectionRemoved As EventHandler(Of CollectionChangedEventArgs(Of RealTimeConnection))
'Usage
Dim instance As ConnectionPool
Dim handler As EventHandler(Of CollectionChangedEventArgs(Of RealTimeConnection))
AddHandler instance.ConnectionRemoved, handler
public event EventHandler<CollectionChangedEventArgs<RealTimeConnection>> ConnectionRemoved