ShellBrowser .Net Edition
MaxIdleTime Property
NamespacesJam.ShellWorkerThreadPoolMaxIdleTime
The maximum time a thread may be idle until it is removed from the pool if more that MinWorkerThreads are available
Declaration Syntax
C#Visual BasicVisual C++
public int MaxIdleTime { get; set; }
Public Property MaxIdleTime As Integer
public:
property int MaxIdleTime {
	int get ();
	void set (int value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)