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!

Counter.Frequency

Gets the frequency of the system counter in counts per second.

[Visual Basic]
Public Shared ReadOnly Property Frequency As Long
[C#]
public static long Frequency {get;}
[C++]
public: __property static __int64 get_Frequency();
[JScript]
public static function get Frequency() : long;

Property Value

The frequency of the system counter in counts per second.

See Also

Counter Class | Counter Members | System.Diagnostics Namespace