C-DEngine 5.105

TheCDEKPIs..::..DecrementKPI Method (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.

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static void DecrementKPI(
	string name,
	bool dontReset
)
Public Shared Sub DecrementKPI ( _
	name As String, _
	dontReset As Boolean _
)
public:
static void DecrementKPI(
	String^ name, 
	bool^ dontReset
)

Parameters

name
Type: String
Name (key) of the KPI to decrement
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.