DiagramClientView.Dispose(Boolean) Method

Definition

Releases all resources, managed and unmanaged, related to this class.

protected:
 override void Dispose(bool disposing);
protected override void Dispose (bool disposing);
override this.Dispose : bool -> unit
Protected Overrides Sub Dispose (disposing As Boolean)

Parameters

disposing
Boolean

A value of true indicates that all resources (managed and unmanaged) should be disposed. A value of false indicates that Dispose has been called by the runtime from within the finalizer, so you should not reference other managed objects.

Applies to