NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CounterCreationData Constructor (String, String, PerformanceCounterType)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal counterName As String, _
   ByVal counterHelp As String, _
   ByVal counterType As PerformanceCounterType _
)
[C#]
public CounterCreationData(
   string counterName,
   string counterHelp,
   PerformanceCounterType counterType
);
[C++]
public: CounterCreationData(
   String* counterName,
   String* counterHelp,
   PerformanceCounterType counterType
);
[JScript]
public function CounterCreationData(
   counterName : String,
   counterHelp : String,
   counterType : PerformanceCounterType
);

Parameters

counterName
[To be supplied.]
counterHelp
[To be supplied.]
counterType
[To be supplied.]

See Also

CounterCreationData Class | CounterCreationData Members | System.Diagnostics Namespace | CounterCreationData Constructor Overload List