Méthode System::Threading::ThreadPoolImpl::SetMinThreads
ThreadPoolImpl::SetMinThreads method
Définit le nombre minimal de threads possédés par le pool.
bool System::Threading::ThreadPoolImpl::SetMinThreads(int wt, int cpt)
| Paramètre | Type | Description |
|---|---|---|
| wt | int | Nombre minimal de threads de travail. |
| cpt | int | Nombre minimal de threads IO. |
ReturnValue
Vrai si les paramètres ont été acceptés, faux sinon.
Voir aussi
- Class ThreadPoolImpl
- Namespace System::Threading
- Library Aspose.Font for C++