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