Click or drag to resize
IPerformanceCounterReset Method
Resets global and sites values.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
void Reset(
	bool resetSitesValues
)

Parameters

resetSitesValues
Type: SystemBoolean
Indicates if sites counters should be reset.
See Also