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.ReadCategory

Reads all the counter and instance data of this performance category.

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

See Also

PerformanceCounter Class | PerformanceCounter Members | System.Diagnostics Namespace