Click or drag to resize

JamThread Constructor (WorkerThreadPool, Boolean)

Sets up a jam thread object

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public JamThread(
	WorkerThreadPool threadPool,
	bool initializeCOM
)

Parameters

threadPool
Type: Jam.ShellWorkerThreadPool
The threadpool the thread is associated with
initializeCOM
Type: SystemBoolean
Whether the thread should be COM aware
See Also