System::Threading::ThreadPoolImpl::GetMinThreads-methode

ThreadPoolImpl::GetMinThreads method

Haalt het minimale aantal threads op dat door de pool wordt aangemaakt.

void System::Threading::ThreadPoolImpl::GetMinThreads(int &wt, int &cpt)
ParameterTypeBeschrijving
wtint&Referentie naar variabele om het minimale aantal beschikbare werkthreads op te slaan.
cptint&Referentie naar variabele om het minimale aantal beschikbare IO threads op te slaan.

Zie ook