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: 7.2
Syntax
public int MaxIdleTime { get; set; }

Property Value

Int32
See Also