TheCDEKPIs..::..IncrementKPI Method (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.
Namespace:
nsCDEngine.BaseClassesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
Parameters
- name
- Type: String
Name (key) of the KPI to increment
- value
- Type: Int64
The value to add to the KPI
- dontReset
- Type: Boolean
If true and the KPI does not exist, the new KPI created will never be reset to zero and always increase. This means that a separatae "Total" property will not be calculated when harvested by the NodeHost.