GetMinThreads()

ThreadPool::GetMinThreads(int&, int&) method

Gets minimal number of threads being created by pool.

static void System::Threading::ThreadPool::GetMinThreads(int &wt, int &cpt)

Arguments

ParameterTypeDescription
wtint&Reference to variable to store minimal number of awailable worker threads.
cptint&Reference to variable to store minimal number of awailable IO threads.

See Also