'Declaration
Public Function New( _ ByVal definition As PerfCounterMetricDefinition, _ ByVal counter As PerformanceCounter, _ ByVal alias As PerfCounterInstanceAlias _ )
public PerfCounterMetric( PerfCounterMetricDefinition definition, PerformanceCounter counter, PerfCounterInstanceAlias alias )
Parameters
- definition
- The metric definition for the provided windows performance counter
- counter
- The windows performance counter to add as a metric
- alias
- An alias to use to determine the instance name instead of the instance of the supplied counter.