Click or drag to resize

WorkerThreadPoolInstance Property

Get a lazy initialized singleton instance of WorkerThreadPool (thread-safe). Per default the Threadpool is prepared for usage with COM, see InstanceInitializesCOM.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public static WorkerThreadPool Instance { get; }

Property Value

Type: WorkerThreadPool
See Also