Click or drag to resize
HealthMonitoringManagerIncrementCounter Method (String, Counter, String)
Increments 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 IncrementCounter(
	string categoryName,
	Counter counter,
	string instanceName
)

Parameters

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