EndpointsCount Property
Gets the number of endpoints currently supported by this manager.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property EndpointsCount As Integer
Get
'Usage
Dim instance As RealTimeConnectionManager
Dim value As Integer
value = instance.EndpointsCount
public int EndpointsCount { get; }
Property Value
Type: System..::..Int32
The number of endpoints.
See Also
Reference
RealTimeConnectionManager Class