Click or drag to resize

JamThread(WorkerThreadPool, Boolean) Constructor

Sets up a jam thread object

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

Parameters

threadPool  WorkerThreadPool
The threadpool the thread is associated with
initializeCOM  Boolean
Whether the thread should be COM aware
See Also