Gets the current reference count. This indicates the number of components (page mode message, signaling session, subscription etc.) across endpoints that are currently caching and using this connection. The reference count is used only for outgoing shared connections in a pool.

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

Syntax

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

See Also