C-DEngine 5.105

TheCDEKPIs..::..IncrementKPI Method

Overload List


  Name Description
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.