C-DEngine 5.105

TheCDEKPIs Members

The TheCDEKPIs type exposes the following members.

Methods


  Name Description
Public method Static member DecrementKPI(String, Boolean)
Decrements an existing KPI by name by 1. If the KPI does not exist, a new one will be created with a value of 0.
Public method Static member DecrementKPI(eKPINames)
Decrements an existing KPI by 1 using an eKPINames enum.
Public method Static member DecWSTestClients
Public method Static member GetKPI(String)
Return the value of an existing KPI by name
Public method Static member GetKPI(eKPINames)
Return the value of an existing KPI using an eKPINames enum
Public method Static member GetKPIs
Returns a string of all KPIs
Public method Static member IncrementKPI(String, Boolean)
Increments an existing KPI by name by 1. IF the KPI does not exist, a new one will be created with a value of 1.
Public method Static member IncrementKPI(eKPINames)
Increments an existing KPI by 1 using an eKPINames enum.
Public method Static member IncrementKPI(String, Int64, Boolean)
Increments an existing KPI by name by a given amount. If the KPI does not exist, a new one will be created with the given value.
Public method Static member IncrementKPI(eKPINames, Int64)
Increments an existing KPI by a given amount using an eKPINames enum.
Public method Static member IncTSMByEng
Increments the KPI for a TSMByENG with the given engine name by 1. If the KPI does not exist, a new one will be created with a value of 1.
Public method Static member IncWSTestClients
Public method Static member Reset
Resets all the KPIs to zero
Public method Static member SetKPI(String, Int64, Boolean)
Sets an existing KPI to a new value. If the KPI does not exist, a new one will be created with the given value.
Public method Static member SetKPI(eKPINames, Int64)
Sets an existing KPI to a new value using an eKPINames enum