Share via


Dispose Method

Releases the resources used by the connection manager.

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

Syntax

'Declaration
Public Sub Dispose
'Usage
Dim instance As RealTimeConnectionManager

instance.Dispose()
public void Dispose()

Implements

IDisposable..::..Dispose()()()()

Remarks

The application can call this method to dispose the connection manager when it is no longer needed. When the resources are released, the connection manager and the associated endpoints are not usable.

See Also

Reference

RealTimeConnectionManager Class

RealTimeConnectionManager Members

Dispose Overload

Microsoft.Rtc.Signaling Namespace