Click or drag to resize
HealthMonitoringManagerDecrementCounter Method (String, Counter, String)
Decrements raw value of the counter instance.

Namespace: CMS.HealthMonitoring
Assembly: CMS.HealthMonitoring (in CMS.HealthMonitoring.dll) Version: 8.2.23
Syntax
C#
public static void DecrementCounter(
	string categoryName,
	Counter counter,
	string instanceName
)

Parameters

categoryName
Type: SystemString
Category name
counter
Type: CMS.HealthMonitoringCounter
Counter
instanceName
Type: SystemString
Instance name
See Also