PerformanceCounter(String, String, String) Constructor
Namespace: Gemstone.DiagnosticsAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.138 -- Release Build+6aeb4c3988b05c265b918fce2dee4202efa7e160
public PerformanceCounter(
string categoryName,
string counterName,
string instanceName
)
Public Sub New (
categoryName As String,
counterName As String,
instanceName As String
)
public:
PerformanceCounter(
String^ categoryName,
String^ counterName,
String^ instanceName
)
Gemstone.Diagnostics.PerformanceCounter = function(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.