CommsThreadPool PropertiesNetworkComms.Net Help
The CommsThreadPool type exposes the following members.
Properties

  NameDescription
Public propertyCurrentNumIdleThreads
The total number of idle threads currently in the thread pool
Public propertyCurrentNumTotalThreads
The total number of threads currently in the thread pool
Public propertyCurrentNumWaitSleepJoinThreadsCache
The most recent count of pool threads which are waiting for IO
Public propertyLastThreadWaitSleepJoinCountCacheUpdate
The dateTime associated with the most recent count of pool threads which are waiting for IO
Public propertyMaxActiveThreadsCount
The maximum number of active threads in the pool. This can be less than MaxTotalThreadsCount, taking account of waiting threads.
Public propertyMaxTotalThreadsCount
The maximum number of threads to create in the pool
Public propertyMinThreadsCount
The minimum number of idle threads to maintain in the pool
Public propertyQueueCount
The total number of items currently waiting to be collected by a thread
Back to Top
See Also