Click or drag to resize

JamThread(WorkerThreadPool) Constructor

Sets up a thread.

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

Parameters

threadPool  WorkerThreadPool
The threadpool the thread is associated with.
See Also