RealTimeConnectionManager.Dispose Method
Releases the resources used by the connection manager. 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.
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
See Also
Reference
RealTimeConnectionManager Class