JamThread Constructor (WorkerThreadPool) |
Sets up a thread.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public JamThread(
WorkerThreadPool threadPool
)
Public Sub New (
threadPool As WorkerThreadPool
)
public:
JamThread(
WorkerThreadPool^ threadPool
)
new :
threadPool : WorkerThreadPool -> JamThread
Parameters
- threadPool
- Type: Jam.ShellWorkerThreadPool
The threadpool the thread is associated with.
See Also