Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of connection pools in this connection manager.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function GetConnectionPools As ReadOnlyCollection(Of ConnectionPool)
'Usage
Dim instance As RealTimeConnectionManager
Dim returnValue As ReadOnlyCollection(Of ConnectionPool)
returnValue = instance.GetConnectionPools()
public ReadOnlyCollection<ConnectionPool> GetConnectionPools()
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ConnectionPool>
See Also
Reference
RealTimeConnectionManager Class