IncomingConnectionRemovedEventArgs Class

Returns data from the [IncomingConnectionRemoved] event.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Microsoft.Rtc.Signaling..::..CollectionChangedEventArgs<(Of <(<'RealTimeConnection>)>)>
      Microsoft.Rtc.Signaling..::..IncomingConnectionRemovedEventArgs

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Class IncomingConnectionRemovedEventArgs _
    Inherits CollectionChangedEventArgs(Of RealTimeConnection)
'Usage
Dim instance As IncomingConnectionRemovedEventArgs
public class IncomingConnectionRemovedEventArgs : CollectionChangedEventArgs<RealTimeConnection>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

IncomingConnectionRemovedEventArgs Members

Microsoft.Rtc.Signaling Namespace