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

Namespace: CMS.HealthMonitoring
Assembly: CMS.HealthMonitoring (in CMS.HealthMonitoring.dll) Version: 9.0.0
Syntax
C#
public void Reset(
	bool resetSitesValues
)

Parameters

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

Implements

IPerformanceCounterReset(Boolean)
See Also