Advanced ThreadPool

AdvancedThreadPool.MaxThreads Property

Gets or sets the maximum number of threads that are running on this instance of the threadpool.

[Visual Basic]
Public Property MaxThreads As Integer
[C#]
public int MaxThreads { get; set; }
[C++]
public: __property int get_MaxThreads();
public: __property void set_MaxThreads(int );
[JScript]
public function get MaxThreads() : int
public function set MaxThreads(int);

See Also

AdvancedThreadPool Class | InfiniTec.SystemUtilities Namespace