RealTimeConnectionManager Class

Provides connection management, message dispatching, and other miscellaneous services to endpoints.

Inheritance Hierarchy

System.Object
  Microsoft.Rtc.Signaling.RealTimeConnectionManager
    Microsoft.Rtc.Signaling.RealTimeClientConnectionManager
    Microsoft.Rtc.Signaling.RealTimeServerConnectionManager

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public MustInherit Class RealTimeConnectionManager _
    Implements IDisposable
'Usage
Dim instance As RealTimeConnectionManager
public abstract class RealTimeConnectionManager : IDisposable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RealTimeConnectionManager Members

Microsoft.Rtc.Signaling Namespace