System::Threading::ThreadPool::SetMinThreads méthode
ThreadPool::SetMinThreads method
Définit le nombre minimal de threads possédés par le pool.
static bool System::Threading::ThreadPool::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 ThreadPool
- Namespace System::Threading
- Library Aspose.Font for C++