CollaborationPlatform.ConnectionManager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
This can be used for advanced scenarios such as setting the connection pool size, or message throttling limits. Also see RealTimeConnectionManager