Click or drag to resize
HealthMonitoringLogHelperRegisterCounter Method (String, IPerformanceCounter)
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,
	IPerformanceCounter underlyingCounter
)

Parameters

key
Type: SystemString
Counter key
underlyingCounter
Type: CMS.CoreIPerformanceCounter
Performance counter containing up-to-date values.
See Also