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!

PerformanceCounter.DeleteCategory (String)

Removes the counter (category) from the system

[Visual Basic]
Overloads Public Shared Sub DeleteCategory( _
   ByVal categoryName As String _
)
[C#]
public static void DeleteCategory(
   string categoryName
);
[C++]
public: static void DeleteCategory(
   String* categoryName
);
[JScript]
public static function DeleteCategory(
   categoryName : String
);

Parameters

categoryName
performance category from which to remove a counter

See Also

PerformanceCounter Class | PerformanceCounter Members | System.Diagnostics Namespace | PerformanceCounter.DeleteCategory Overload List