Click or drag to resize

JamThread Constructor (WorkerThreadPool)

Sets up a thread.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public JamThread(
	WorkerThreadPool threadPool
)

Parameters

threadPool
Type: Jam.ShellWorkerThreadPool
The threadpool the thread is associated with.
See Also