System::Threading::ThreadPoolImpl::SetMinThreads method

ThreadPoolImpl::SetMinThreads method

Sets minimal number of threads owned by pool.

bool System::Threading::ThreadPoolImpl::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