System::Threading::ThreadPoolImpl::GetMaxThreads 方法

ThreadPoolImpl::GetMaxThreads method

获取最大并发线程数。

void System::Threading::ThreadPoolImpl::GetMaxThreads(int &wt, int &cpt)
参数类型描述
工作线程int&用于存储最大可用工作线程数的变量引用。
cptint&用于存储最大可用 IO 线程数的变量引用。

另见