System::Threading::ThreadPool::SetMinThreads methode

ThreadPool::SetMinThreads method

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

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

ReturnValue

True als parameters werden geaccepteerd, anders false.

Zie ook