'Declaration
Public Function New( _ ByVal metricsSystem As String, _ ByVal categoryName As String, _ ByVal counterName As String _ )
public EventMetricDefinition( string metricsSystem, string categoryName, string counterName )
Parameters
- metricsSystem
- The metrics capture system label.
- categoryName
- The name of the category with which this definition is associated.
- counterName
- The name of the definition within the category.