System::Threading::ThreadPool::SetMinThreads 方法
ThreadPool::SetMinThreads method
设置池拥有的最小线程数。
static bool System::Threading::ThreadPool::SetMinThreads(int wt, int cpt)
| 参数 | 类型 | 描述 |
|---|---|---|
| 工作线程 | int | 工作线程的最小数量。 |
| cpt | int | 最小的 IO 线程数量。 |
ReturnValue
如果参数被接受则为 True,否则为 false。
另见
- Class ThreadPool
- Namespace System::Threading
- Library Aspose.Font for C++