|
PerformanceMonitorBaseAddCounter(String, String, String) Method
|
Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
Syntax Public Sub AddCounter (
categoryName As String,
counterName As String,
instanceName As String
)
public:
void AddCounter(
String^ categoryName,
String^ counterName,
String^ instanceName
)
member AddCounter :
categoryName : string *
counterName : string *
instanceName : string -> unit
function AddCounter(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