Click or drag to resize
HealthMonitoringLogHelperRegisterCounter Method (String, ActionCounter)
Registers the given counter update method

Namespace: CMS.HealthMonitoring
Assembly: CMS.HealthMonitoring (in CMS.HealthMonitoring.dll) Version: 11.0.0
Syntax
C#
public static void RegisterCounter(
	string key,
	Action<Counter> updateMethod
)

Parameters

key
Type: SystemString
Counter key
updateMethod
Type: SystemActionCounter
Update method
See Also