WorkerThreadPool Constructor (Boolean, Boolean) |
Creates a new WorkerThreadPool instance.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public 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 -> WorkerThreadPool
Parameters
- pInitializeCOM
- Type: SystemBoolean
if true, threads in the pool are prepared to support COM calls. - pAutoShutDown
- Type: SystemBoolean
if true, all threads of the threadpool instance will be terminated on application exit.
See Also