Click or drag to resize
HealthMonitoringManagerCreateCounterCategory Method
Creates new performance category and counters.

Namespace: CMS.HealthMonitoring
Assembly: CMS.HealthMonitoring (in CMS.HealthMonitoring.dll) Version: 8.2.23
Syntax
C#
public static void CreateCounterCategory(
	string categoryName,
	CategoryType categoryType
)

Parameters

categoryName
Type: SystemString
Category name
categoryType
Type: CMS.HealthMonitoringCategoryType
Category type
See Also