Metode System::Threading::ThreadPool::SetMaxThreads
ThreadPool::SetMaxThreads method
Mengatur jumlah thread yang dimiliki oleh pool.
static bool System::Threading::ThreadPool::SetMaxThreads(int wt, int cpt)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| wt | int | Jumlah maksimal thread pekerja. |
| cpt | int | Jumlah maksimal thread IO. |
ReturnValue
True jika parameter diterima, false jika tidak.
Lihat Juga
- Class ThreadPool
- Namespace System::Threading
- Library Aspose.Page for C++