System::Threading::ThreadPoolImpl::SetMinThreads methode

ThreadPoolImpl::SetMinThreads method

Stelt het minimale aantal threads in dat eigendom is van de pool.

bool System::Threading::ThreadPoolImpl::SetMinThreads(int wt, int cpt)
ParameterTypeBeschrijving
wtintMinimaal aantal worker-threads.
cptintMinimaal aantal IO threads.

ReturnValue

True als parameters werden geaccepteerd, anders false.

Zie ook