Click or drag to resize

WorkerThreadPoolMaxIdleTime Property

The maximum time a thread may be idle until it is removed from the pool if more that MinWorkerThreads are available

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public int MaxIdleTime { get; set; }

Property Value

Type: Int32
See Also