ConnectionPool.ConnectionManager Property
Gets the connection manager for this pool.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ConnectionManager As RealTimeConnectionManager
Get
'Usage
Dim instance As ConnectionPool
Dim value As RealTimeConnectionManager
value = instance.ConnectionManager
public RealTimeConnectionManager ConnectionManager { get; }
Property Value
Type: Microsoft.Rtc.Signaling.RealTimeConnectionManager