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!

CountersData Properties

The properties of the CountersData class are listed below. For a complete list of CountersData class members, see the CountersData Members topic.

Public:

Count (inherited from Hashtable) Gets the number of key-and-value pairs in the Hashtable.
IsReadOnly (inherited from Hashtable) Gets a value indicating whether the Hashtable is read-only.
IsSynchronized (inherited from Hashtable) Gets a value indicating whether access to the Hashtable is synchronized (thread-safe).
Item Overloaded. [To be supplied.]

In C#, this member is the indexer for the CountersData class.

Keys (inherited from Hashtable) Gets an ICollection containing the keys in the Hashtable.
SyncRoot (inherited from Hashtable) Gets an object that can be used to synchronize access to the Hashtable.
Values (inherited from Hashtable) Gets an ICollection containing the values in the Hashtable.

See Also

CountersData Class | System.Diagnostics Namespace