GetMaxThreads()

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

Gets maximal number of concurrent threads.

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

Arguments

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

See Also