ConnectionPool.ConnectionRemoved Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when the connection is removed from the pool.
public:
event EventHandler<Microsoft::Rtc::Signaling::CollectionChangedEventArgs<Microsoft::Rtc::Signaling::RealTimeConnection ^> ^> ^ ConnectionRemoved;
public event EventHandler<Microsoft.Rtc.Signaling.CollectionChangedEventArgs<Microsoft.Rtc.Signaling.RealTimeConnection>> ConnectionRemoved;
member this.ConnectionRemoved : EventHandler<Microsoft.Rtc.Signaling.CollectionChangedEventArgs<Microsoft.Rtc.Signaling.RealTimeConnection>>
Public Custom Event ConnectionRemoved As EventHandler(Of CollectionChangedEventArgs(Of RealTimeConnection))