The CommsThreadPool type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
CurrentNumIdleThreads |
The total number of idle threads currently in the thread pool
| |
CurrentNumTotalThreads |
The total number of threads currently in the thread pool
| |
CurrentNumWaitSleepJoinThreadsCache |
The most recent count of pool threads which are waiting for IO
| |
LastThreadWaitSleepJoinCountCacheUpdate |
The dateTime associated with the most recent count of pool threads which are waiting for IO
| |
MaxActiveThreadsCount |
The maximum number of active threads in the pool. This can be less than MaxTotalThreadsCount, taking account of waiting threads.
| |
MaxTotalThreadsCount |
The maximum number of threads to create in the pool
| |
MinThreadsCount |
The minimum number of idle threads to maintain in the pool
| |
QueueCount |
The total number of items currently waiting to be collected by a thread
|
See Also