Get the number of connections currently in the pool.

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

Syntax

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

See Also