PerformanceCounter(String, String, String) Constructor
Namespace: Gemstone.DiagnosticsAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.167 -- Release Build+e0e178e678b2bd36a996c5b5ec4bca3a29306205
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.