System::Threading::ThreadPool::SetMinThreads メソッド
ThreadPool::SetMinThreads method
プールが所有する最小スレッド数を設定します。
static bool System::Threading::ThreadPool::SetMinThreads(int wt, int cpt)
| パラメーター | 型 | 説明 |
|---|---|---|
| wt | int | ワーカースレッドの最小数。 |
| cpt | int | IO スレッドの最小数。 |
ReturnValue
パラメーターが受け入れられた場合は true、そうでない場合は false。
参照
- Class ThreadPool
- Namespace System::Threading
- Library Aspose.Page for C++