'Declaration
Public Overloads Shared Function AddOrGet( _ ByVal newPerformanceCounter As PerformanceCounter _ ) As PerfCounterMetric
public static PerfCounterMetric AddOrGet( PerformanceCounter newPerformanceCounter )
Parameters
- newPerformanceCounter
- The windows performance counter to add a definition for
Return Value
The Performance Counter Metric object for the specified instance.