|
PerformanceCounter(String, String, String) Constructor
|
Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
Syntaxpublic 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
)
new :
categoryName : string *
counterName : string *
instanceName : string -> PerformanceCounter
GSF.Diagnostics.PerformanceCounter = function(categoryName, counterName, instanceName);
View SourceParameters
- 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.
See Also