System::Threading::ThreadPool::SetMinThreads method

ThreadPool::SetMinThreads method

Sets minimal number of threads owned by pool.

static bool System::Threading::ThreadPool::SetMinThreads(int wt, int cpt)
ParameterTypeDescription
wtintMinimal number of worker threads.
cptintMinimal number of IO threads.

ReturnValue

True if parameters were accepted, false otherwise.

See Also