Méthode System::Threading::ThreadPoolImpl::SetMinThreads

ThreadPoolImpl::SetMinThreads method

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

bool System::Threading::ThreadPoolImpl::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