System::Threading::ThreadPool::SetMaxThreads methode

ThreadPool::SetMaxThreads method

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

static bool System::Threading::ThreadPool::SetMaxThreads(int wt, int cpt)
ParameterTypeBeschrijving
wtintMaximaal aantal werkthreads.
cptintMaximaal aantal IO threads.

ReturnValue

True als parameters werden geaccepteerd, anders false.

Zie ook