Méthode System::Threading::ThreadPool::SetMaxThreads

ThreadPool::SetMaxThreads method

Définit le nombre de threads possédés par le pool.

static bool System::Threading::ThreadPool::SetMaxThreads(int wt, int cpt)
ParamètreTypeDescription
wtintNombre maximal de threads de travail.
cptintNombre maximal de threads IO.

ReturnValue

Vrai si les paramètres ont été acceptés, faux sinon.

Voir aussi