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
)
Public Function GetFriendlyCategoryName (
obj_type_key As String
) As String
Parameters
- obj_type_key
- Type: SystemString
The object type for the counter category
Return Value
Type:
StringCategory name for a perfomance counter
See Also