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