When I write the below code, why do I get avaliable Thread number like 1022, 1020. I have to get 25 thread max as I am using thread pool.
I guess the ouput thread n
int available; int maxLimit; System.Threading.ThreadPool.GetAvailableThreads(out available, out maxLimit);