Click or drag to resize
HealthMonitoringManagerSetCounterValue Method (String, Counter, Int64)
Sets raw value to the counter.

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

Parameters

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