Méthode System::Threading::ThreadPool::GetMaxThreads
ThreadPool::GetMaxThreads method
Obtient le nombre maximal de threads concurrents.
static void System::Threading::ThreadPool::GetMaxThreads(int &wt, int &cpt)
| Paramètre | Type | Description |
|---|---|---|
| wt | int& | Référence à la variable pour stocker le nombre maximal de threads worker disponibles. |
| cpt | int& | Référence à la variable pour stocker le nombre maximal de threads IO disponibles. |
Voir aussi
- Class ThreadPool
- Namespace System::Threading
- Library Aspose.Font for C++