Edit

Share via


ConnectionPool.ConnectionRemoved Event

Definition

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)) 

Event Type

Applies to