System::Threading::ThreadPoolImpl::SetMinThreads metode

ThreadPoolImpl::SetMinThreads method

Mengatur jumlah minimal thread yang dimiliki oleh pool.

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

ReturnValue

True jika parameter diterima, false jika tidak.

Lihat Juga