System::Threading::ThreadPoolImpl::SetMinThreads methode
ThreadPoolImpl::SetMinThreads method
Stelt het minimale aantal threads in dat eigendom is van de pool.
bool System::Threading::ThreadPoolImpl::SetMinThreads(int wt, int cpt)
| Parameter | Type | Beschrijving |
|---|---|---|
| wt | int | Minimaal aantal worker-threads. |
| cpt | int | Minimaal aantal IO threads. |
ReturnValue
True als parameters werden geaccepteerd, anders false.
Zie ook
- Class ThreadPoolImpl
- Namespace System::Threading
- Library Aspose.Page for C++