C-DEngine 5.105

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

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

Syntax


public static void SetKPI(
	string name,
	long value,
	bool dontReset
)
Public Shared Sub SetKPI ( _
	name As String, _
	value As Long, _
	dontReset As Boolean _
)
public:
static void SetKPI(
	String^ name, 
	long long^ value, 
	bool^ dontReset
)

Parameters

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