PerformanceMonitorBaseAddCounter(String, String, String) Method
Namespace: Gemstone.DiagnosticsAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.147 -- Release Build+6d8205f6bef6d4bbdafae492b5ebb1e8ed76a73f
public void AddCounter(
string categoryName,
string counterName,
string instanceName
)
Public Sub AddCounter (
categoryName As String,
counterName As String,
instanceName As String
)
public:
void AddCounter(
String^ categoryName,
String^ counterName,
String^ instanceName
)
function AddCounter(categoryName, counterName, instanceName);
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.