IncomingConnectionAddedEventArgs Class
Contains event information for connections being added.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Rtc.Signaling.CollectionChangedEventArgs<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.