System.Threading.TThreadPoolStats Properties
InheritedProtected
AverageCPUUsage | public | Shows the running average of CPU usage. |
Current | public | It returns the stats for the diferent threadpools. |
CurrentCPUUsage | public | Shows the current snapshot of CPU usage. |
Default | public | Returns the stats for the default threadpool. |
IdleWorkerThreadCount | public | Returns the number of threads waiting for work to do. |
LastQueuedRequestCount | public | The monitor thread uses it to only create new threads when there is work to do. |
LastSuspendTick | public | Is the shared value among worker threads to manage orderly thread suspension. |
LastThreadCreationTick | public | The monitor thread uses it to keep the system from creating threads too quickly. |
MaxLimitWorkerThreadCount | public | Corresponds to the MaxWorkerThreads property. |
MinLimitWorkerThreadCount | public | Corresponds to the MinWorkerThreads property. |
QueuedRequestCount | public | Shows the number of global queued work requests. |
RetiredWorkerThreadCount | public | Shows the number of worker threads in the process of being retired. |
ThreadSuspended | public | Shows the shared value among worker threads to manage orderly thread suspension. |
WorkerThreadCount | public | Shows the total number of worker threads within the thread pool. |