System::Threading::ThreadPoolImpl::GetMaxThreads 方法
ThreadPoolImpl::GetMaxThreads method
获取最大并发线程数。
void System::Threading::ThreadPoolImpl::GetMaxThreads(int &wt, int &cpt)
| Parameter | Type | 描述 |
|---|---|---|
| wt | int& | 用于存储可用工作线程最大数量的变量引用。 |
| cpt | int& | 用于存储可用 IO 线程最大数量的变量引用。 |
另见
- Class ThreadPoolImpl
- Namespace System::Threading
- Library Aspose.Page for C++