JamThread Constructor (WorkerThreadPool, Boolean) |
Sets up a jam thread object
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public JamThread(
WorkerThreadPool threadPool,
bool initializeCOM
)
Public Sub New (
threadPool As WorkerThreadPool,
initializeCOM As Boolean
)
public:
JamThread(
WorkerThreadPool^ threadPool,
bool initializeCOM
)
new :
threadPool : WorkerThreadPool *
initializeCOM : bool -> JamThread
Parameters
- threadPool
- Type: Jam.ShellWorkerThreadPool
The threadpool the thread is associated with - initializeCOM
- Type: SystemBoolean
Whether the thread should be COM aware
See Also