Advanced ThreadPool

AdvancedThreadPool Constructor (Int32)

Initializes an instance of this class with the specified number of processing threads.

[Visual Basic]
Public Sub New( _ 
   ByVal maxThreads As Integer _ 
)
[C#]
public AdvancedThreadPool(
   int maxThreads
);
[C++]
public: AdvancedThreadPool(
   int maxThreads
);
[JScript]
public function AdvancedThreadPool(
   int maxThreads
);

Parameters

maxThreads
The maximum number of threads used for processing the objects in the process queue.

See Also

AdvancedThreadPool Class | InfiniTec.SystemUtilities Namespace | AdvancedThreadPool Constructor Overload List