WorkerThreadPool(Boolean) Constructor |
Creates a new WorkerThreadPool instance.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic WorkerThreadPool(
bool pInitializeCOM
)
Public Sub New (
pInitializeCOM As Boolean
)
public:
WorkerThreadPool(
bool pInitializeCOM
)
new :
pInitializeCOM : bool -> WorkerThreadPool
Parameters
- pInitializeCOM Boolean
- if true, threads in the pool are prepared to support COM calls
See Also