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

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

Parameters

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