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ètreTypeDescription
wtint&Référence à la variable pour stocker le nombre maximal de threads worker disponibles.
cptint&Référence à la variable pour stocker le nombre maximal de threads IO disponibles.

Voir aussi