Releases the resources used by the connection manager.

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
Dispose
C#
public 
void 
Dispose()
Visual C++
public:
virtual 
void 
Dispose() 
sealed
JavaScript
function 
dispose();

Implements

IDisposableDispose () () ()

Remarks

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

See Also