Click or drag to resize

PerformanceMonitorBaseAddCounter(String, String, String, String) Method

Adds a PerformanceCounter to be monitored.

Namespace: GSF.Diagnostics
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public void AddCounter(
	string categoryName,
	string counterName,
	string instanceName,
	string aliasName
)
View Source

Parameters

categoryName  String
The name of the performance counter category (performance object) with which this performance counter is associated.
counterName  String
The name of the performance counter.
instanceName  String
The name of the performance counter category instance, or an empty string (""), if the category contains a single instance.
aliasName  String
The alias name for the PerformanceCounter object.
See Also