WorkerThreadPool(Boolean, Boolean) Constructor |
Creates a new WorkerThreadPool instance.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic WorkerThreadPool(
bool pInitializeCOM,
bool pAutoShutDown
)
Public Sub New (
pInitializeCOM As Boolean,
pAutoShutDown As Boolean
)
public:
WorkerThreadPool(
bool pInitializeCOM,
bool pAutoShutDown
)
new :
pInitializeCOM : bool *
pAutoShutDown : bool -> WorkerThreadPoolParameters
- pInitializeCOM Boolean
- if true, threads in the pool are prepared to support COM calls.
- pAutoShutDown Boolean
- if true, all threads of the threadpool instance will be terminated on application exit.
See Also