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