PerformanceCounter(String, String, String, String, String) Constructor
Namespace: Gemstone.DiagnosticsAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.128 -- Release Build+d9d157c80da59365061f9bf4a5d1ecd0f0496e1b
public PerformanceCounter(
string categoryName,
string counterName,
string instanceName,
string aliasName,
string valueUnit
)
Public Sub New (
categoryName As String,
counterName As String,
instanceName As String,
aliasName As String,
valueUnit As String
)
public:
PerformanceCounter(
String^ categoryName,
String^ counterName,
String^ instanceName,
String^ aliasName,
String^ valueUnit
)
Gemstone.Diagnostics.PerformanceCounter = function(categoryName, counterName, instanceName, aliasName, valueUnit);
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.
- valueUnit String
- The measurement unit for the statistical values of the PerformanceCounter object.