JamThread(WorkerThreadPool, Boolean) Constructor |
Sets up a jam thread object
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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 -> JamThreadParameters
- threadPool WorkerThreadPool
- The threadpool the thread is associated with
- initializeCOM Boolean
- Whether the thread should be COM aware
See Also