PerfmonCounterCreatorGetFriendlyHelpString Method |
Returns a friendly help string that describes the performance counter category
Namespace:
NetQuarry.Diagnostics
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string GetFriendlyHelpString(
string obj_type_key
)
Public Function GetFriendlyHelpString (
obj_type_key As String
) As String
Parameters
- obj_type_key
- Type: SystemString
The object type for the counter category
Return Value
Type:
StringHelp string for a perfomance counter
See Also