Advanced ThreadPool

AdvancedThreadPool.MaxIdleTime Property

Gets or sets the maximum idle that a thread may wait in idle state before it is removed from the thread pool.

[Visual Basic]
Public Property MaxIdleTime As TimeSpan
[C#]
public TimeSpan MaxIdleTime { get; set; }
[C++]
public: __property TimeSpan get_MaxIdleTime();
public: __property void set_MaxIdleTime(TimeSpan );
[JScript]
public function get MaxIdleTime() : TimeSpan
public function set MaxIdleTime(TimeSpan);

See Also

AdvancedThreadPool Class | InfiniTec.SystemUtilities Namespace