System::Threading::ThreadPoolImpl::GetMaxThreads method

ThreadPoolImpl::GetMaxThreads method

Gets maximal number of concurrent threads.

void System::Threading::ThreadPoolImpl::GetMaxThreads(int &wt, int &cpt)
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