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.1
Syntax public 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
Type:
Int32See Also