Click or drag to resize
ThreadWorkerTDispose Method (Boolean)
Disposes instance of thread worker.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 11.0.0
Syntax
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
Indicates to dispose managed resources.
See Also