System::Threading::ThreadPool::GetMinThreads methode
ThreadPool::GetMinThreads method
Haalt het minimale aantal threads op dat door de pool wordt aangemaakt.
static void System::Threading::ThreadPool::GetMinThreads(int &wt, int &cpt)
| Parameter | Type | Beschrijving |
|---|---|---|
| wt | int& | Referentie naar variabele om het minimale aantal beschikbare werkthreads op te slaan. |
| cpt | int& | Referentie naar variabele om het minimale aantal beschikbare IO threads op te slaan. |
Zie ook
- Class ThreadPool
- Namespace System::Threading
- Library Aspose.Page for C++