RealTimeConnectionManager.Dispose Method

Definition

Overloads

Dispose()

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.

Dispose(Boolean)

Disposes connection manager.

Dispose()

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.

C#
public void Dispose ();

Implements

Applies to

Lync UCMA latest and other versions
Product Versions
Lync UCMA 4.0, 5.0, latest

Dispose(Boolean)

Disposes connection manager.

C#
protected virtual void Dispose (bool disposing);

Parameters

disposing
Boolean

true => clean up managed resources

Applies to

Lync UCMA latest and other versions
Product Versions
Lync UCMA 4.0, 5.0, latest