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.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic int MaxIdleTime { get; set; }Public Property MaxIdleTime As Integer
Get
Set
public:
property int MaxIdleTime {
int get ();
void set (int value);
}member MaxIdleTime : int with get, set
Property Value
Int32
See Also