IncomingConnectionAddedEventArgs Class

Returns data from the [IncomingConnectionAdded] event.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class IncomingConnectionAddedEventArgs _
    Inherits CollectionChangedEventArgs(Of RealTimeConnection)
'Usage
Dim instance As IncomingConnectionAddedEventArgs
public class IncomingConnectionAddedEventArgs : 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

IncomingConnectionAddedEventArgs Members

Microsoft.Rtc.Signaling Namespace