C-DEngine 5.105

TheCDEKPIs..::..IncrementKPI Method (eKPINames, Int64)

Increments an existing KPI by a given amount using an eKPINames enum.

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

Syntax


public static void IncrementKPI(
	eKPINames eKPI,
	long value
)
Public Shared Sub IncrementKPI ( _
	eKPI As eKPINames, _
	value As Long _
)
public:
static void IncrementKPI(
	eKPINames^ eKPI, 
	long long^ value
)

Parameters

eKPI
Type: nsCDEngine.BaseClasses..::..eKPINames
Enum that determines which KPI to increment
value
Type: Int64
The value to add to the KPI