System::Threading::ThreadPoolImpl::GetMinThreads-methode
ThreadPoolImpl::GetMinThreads method
Haalt het minimale aantal threads op dat door de pool wordt aangemaakt.
void System::Threading::ThreadPoolImpl::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 ThreadPoolImpl
- Namespace System::Threading
- Library Aspose.Page for C++