System::Threading::ThreadPool::GetMaxThreads method
ThreadPool::GetMaxThreads method
Gets maximal number of concurrent threads.
static void System::Threading::ThreadPool::GetMaxThreads(int &wt, int &cpt)
Parameter | Type | Description |
---|---|---|
wt | int& | Reference to variable to store maximal number of awailable worker threads. |
cpt | int& | Reference to variable to store maximal number of awailable IO threads. |
See Also
- Class ThreadPool
- Namespace System::Threading
- Library Aspose.PUB for C++