'Declaration
Public Overloads Shared Function AddOrGet( _ ByVal definitions As MetricDefinitionCollection, _ ByVal metricTypeName As String, _ ByVal categoryName As String, _ ByVal counterName As String _ ) As EventMetricDefinition
public static EventMetricDefinition AddOrGet( MetricDefinitionCollection definitions, string metricTypeName, string categoryName, string counterName )
Parameters
- definitions
- The definitions dictionary this definition is a part of
- metricTypeName
- The unique metric type
- categoryName
- The name of the category with which this definition is associated.
- counterName
- The name of the definition within the category.