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