Metode System::Threading::ThreadPoolImpl::SetMaxThreads

ThreadPoolImpl::SetMaxThreads method

Mengatur jumlah thread yang dimiliki oleh pool.

bool System::Threading::ThreadPoolImpl::SetMaxThreads(int wt, int cpt)
ParameterTipeDeskripsi
wtintJumlah maksimal thread pekerja.
cptintJumlah maksimal thread IO.

ReturnValue

True jika parameter diterima, false jika tidak.

Lihat Juga