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