C-DEngine 5.105

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

Sets an existing KPI to a new value using an eKPINames enum

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

Syntax


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

Parameters

eKPI
Type: nsCDEngine.BaseClasses..::..eKPINames
Enum that determines which KPI to set
value
Type: Int64
Value of the KPI to set