Gets the number of endpoints currently supported by this manager.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
EndpointsCount 
As 
Integer
C#
public 
int 
EndpointsCount { 
get; }
Visual C++
public:
property 
int 
EndpointsCount {
	
int 
get ();
}
JavaScript
function get_
endpointsCount();

Field Value

The number of endpoints.

See Also