Click or drag to resize

WorkerThreadPool(Boolean, Boolean) Constructor

Creates a new WorkerThreadPool instance.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public WorkerThreadPool(
	bool pInitializeCOM,
	bool pAutoShutDown
)

Parameters

pInitializeCOM  Boolean
if true, threads in the pool are prepared to support COM calls.
pAutoShutDown  Boolean
if true, all threads of the threadpool instance will be terminated on application exit.
See Also