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ètreTypeDescription
wtintNombre minimal de threads de travail.
cptintNombre minimal de threads IO.

ReturnValue

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

Voir aussi