Contains event information for connections being added.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
IncomingConnectionAddedEventArgs _
	
Inherits 

CollectionChangedEventArgs(
Of 

RealTimeConnection)
C#
public 
class 
IncomingConnectionAddedEventArgs : 

CollectionChangedEventArgs<

RealTimeConnection>
Visual C++
public 
ref class 
IncomingConnectionAddedEventArgs : 
public 

CollectionChangedEventArgs<

RealTimeConnection^>
JavaScript

Microsoft.Rtc.Signaling.IncomingConnectionAddedEventArgs = 
function();

Type.createClass(
		'Microsoft.Rtc.Signaling.IncomingConnectionAddedEventArgs',
	

Microsoft.Rtc.Signaling.CollectionChangedEventArgs`1);

Inheritance Hierarchy

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

See Also