C-DEngine 5.105

TheCDEKPIs..::..GetKPIs Method

Returns a string of all KPIs

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

Syntax


public static string GetKPIs(
	bool DoReset
)
Public Shared Function GetKPIs ( _
	DoReset As Boolean _
) As String
public:
static String^ GetKPIs(
	bool^ DoReset
)

Parameters

DoReset
Type: Boolean
if try, the KPIs are reset after the string was constructed

Return Value