JamThread(WorkerThreadPool) Constructor |
Sets up a thread.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic JamThread(
WorkerThreadPool threadPool
)
Public Sub New (
threadPool As WorkerThreadPool
)
public:
JamThread(
WorkerThreadPool^ threadPool
)
new :
threadPool : WorkerThreadPool -> JamThreadParameters
- threadPool WorkerThreadPool
- The threadpool the thread is associated with.
See Also