'Declaration
Public Overloads Shared Function GetKey( _ ByVal metricTypeName As String, _ ByVal categoryName As String, _ ByVal counterName As String _ ) As String
public static string GetKey( string metricTypeName, string categoryName, string counterName )
Parameters
- metricTypeName
- The unique metric type
- categoryName
- The name of the performance counter category (performance object) with which this performance counter is associated.
- counterName
- The name of the performance counter.
Return Value
The unique string key for this item