Click or drag to resize

WorkerThreadPool Constructor (Boolean)

Creates a new WorkerThreadPool instance.

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

Parameters

pInitializeCOM
Type: SystemBoolean
if true, threads in the pool are prepared to support COM calls
See Also