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!

PerformanceCounterCategory.GetCounters

Returns an array of counters in this category

[Visual Basic]
Public Function GetCounters() As PerformanceCounter ()
[C#]
public PerformanceCounter[] GetCounters();
[C++]
public: PerformanceCounter* GetCounters() [];
[JScript]
public function GetCounters() : PerformanceCounter[];

Return Value

Returns an array of counters in this category

See Also

PerformanceCounterCategory Class | PerformanceCounterCategory Members | System.Diagnostics Namespace