Click or drag to resize

WorkerThreadPoolDispose(Boolean) Method

Implementation of IDispsable interface

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also