Click or drag to resize

PerfmonCounterCreatorGetFriendlyCategoryName Method

Returns a friendly category name for a counter given an object type

Namespace:  NetQuarry.Diagnostics
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string GetFriendlyCategoryName(
	string obj_type_key
)

Parameters

obj_type_key
Type: SystemString
The object type for the counter category

Return Value

Type: String
Category name for a perfomance counter
See Also