AsyncTaskBaseDispose(Boolean) Method

Disposes the resources used by the AsyncTaskBase instance.

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
If , the method has been called directly or indirectly by a user's code. If , the method has been called by the runtime from inside the finalizer.

See Also