System::Threading::ThreadPool::SetMinThreads methode
ThreadPool::SetMinThreads method
Stelt het minimale aantal threads in dat eigendom is van de pool.
static bool System::Threading::ThreadPool::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 ThreadPool
- Namespace System::Threading
- Library Aspose.Page for C++