All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
WorkerTaskStats Class Reference

WorkerTaskStats class. More...

Public Member Functions

 WorkerTaskStats ()
 Initializes a new instance of the WorkerTaskStats class. More...
 

Properties

TimePeriod AverageDuration [get, set]
 Gets or sets worker task average duration. Duration is the time the activity was taken. More...
 
TimePeriod AveragePendingTime [get, set]
 Gets or sets average pending time of worker task More...
 
long Count [get, set]
 Gets or sets worker task count. More...
 
TimePeriod MaxDuration [get, set]
 Gets or sets the worker task maximum duration. Duration is the time the activity was taken. More...
 
TimePeriod MaxPendingTime [get, set]
 Gets or sets maximum pending time of worker task More...
 
TimePeriod MinDuration [get, set]
 Gets or sets worker task minimum duration. Duration is the time the activity was taken. More...
 
TimePeriod MinPendingTime [get, set]
 Gets or sets minimum pending time of worker task More...
 

Description

WorkerTaskStats class.

Constructor & Destructor Documentation

Initializes a new instance of the WorkerTaskStats class.

Property Documentation

TimePeriod AverageDuration
getset

Gets or sets worker task average duration. Duration is the time the activity was taken.

TimePeriod AveragePendingTime
getset

Gets or sets average pending time of worker task

long Count
getset

Gets or sets worker task count.

TimePeriod MaxDuration
getset

Gets or sets the worker task maximum duration. Duration is the time the activity was taken.

TimePeriod MaxPendingTime
getset

Gets or sets maximum pending time of worker task

TimePeriod MinDuration
getset

Gets or sets worker task minimum duration. Duration is the time the activity was taken.

TimePeriod MinPendingTime
getset

Gets or sets minimum pending time of worker task