CollaborationPlatform.ConnectionManager Property

Definition

Gets the connection manager used by the platform.

public:
 property Microsoft::Rtc::Signaling::RealTimeConnectionManager ^ ConnectionManager { Microsoft::Rtc::Signaling::RealTimeConnectionManager ^ get(); };
public Microsoft.Rtc.Signaling.RealTimeConnectionManager ConnectionManager { get; }
member this.ConnectionManager : Microsoft.Rtc.Signaling.RealTimeConnectionManager
Public ReadOnly Property ConnectionManager As RealTimeConnectionManager

Property Value

RealTimeConnectionManager

Remarks

This can be used for advanced scenarios such as setting the connection pool size, or message throttling limits. Also see RealTimeConnectionManager

Applies to