Click or drag to resize
HealthMonitoringLogHelperLogCustomCounterHandler Delegate
Custom counter handler.

Namespace: CMS.HealthMonitoring
Assembly: CMS.HealthMonitoring (in CMS.HealthMonitoring.dll) Version: 9.0.0
Syntax
C#
public delegate CMSPerformanceCounter LogCustomCounterHandler(
	Counter counter
)

Parameters

counter
Type: CMS.HealthMonitoringCounter
Counter definition

Return Value

Type: CMSPerformanceCounter
Performance counter
See Also