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

Used to refresh all the resources allocated for all performance counters, it will refresh the File Mapping used to write to extensible counters and the dll's used to read system counters.

[Visual Basic]
Public Shared Sub RefreshSharedResources()
[C#]
public static void RefreshSharedResources();
[C++]
public: static void RefreshSharedResources();
[JScript]
public static function RefreshSharedResources();

See Also

PerformanceCounter Class | PerformanceCounter Members | System.Diagnostics Namespace