RealTimeConnectionManager.GetConnectionPools Method

Definition

Gets the list of connection pools in this connection manager.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Rtc::Signaling::ConnectionPool ^> ^ GetConnectionPools();
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Signaling.ConnectionPool> GetConnectionPools ();
member this.GetConnectionPools : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Signaling.ConnectionPool>
Public Function GetConnectionPools () As ReadOnlyCollection(Of ConnectionPool)

Returns

Applies to