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

[To be supplied.]

Overload List

Removes the counter (category) from the system

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

Removes the counter (category) from the system

[Visual Basic] Overloads Public Shared Sub DeleteCategory(String, String)
[C#] public static void DeleteCategory(String, String);
[C++] public: static void DeleteCategory(String*, String*);
[JScript] public static function DeleteCategory(String, String);

See Also

PerformanceCounter Class | PerformanceCounter Members | System.Diagnostics Namespace