System::Threading::ThreadPoolImpl::SetMaxThreads metodo
ThreadPoolImpl::SetMaxThreads method
Imposta il numero di thread posseduti dal pool.
bool System::Threading::ThreadPoolImpl::SetMaxThreads(int wt, int cpt)
| Parametro | Tipo | Descrizione |
|---|---|---|
| wt | int | Numero massimo di thread di lavoro. |
| cpt | int | Numero massimo di thread IO. |
ReturnValue
True se i parametri sono stati accettati, false altrimenti.
Vedi anche
- Class ThreadPoolImpl
- Namespace System::Threading
- Library Aspose.Font for C++