WorkflowDesignerMessageFilter.Finalize Method

Definition

Attempts to free resources by calling Dispose(false) before the object is reclaimed by garbage collection.

!WorkflowDesignerMessageFilter ()
~WorkflowDesignerMessageFilter ();
override this.Finalize : unit -> unit
Finalize ()

Remarks

This method cleans up resources by calling Dispose(false). Override Dispose(Boolean) to customize the cleanup.

Applies to