Click or drag to resize
HealthMonitoringManager.IncrementCounter Method (String, Counter, String)
Increments raw value of the counter instance.

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

Parameters

categoryName
Type: System.String
Category name
counter
Type: CMS.HealthMonitoring.Counter
Counter
instanceName
Type: System.String
Instance name
See Also