The StatisticListener type exposes the following members.

Constructors

  NameDescription
Public methodStatisticListener
Initializes a new instance of the StatisticListener class.

Methods

  NameDescription
Public methodChangeWatchedKeys
A synchronous request to change the watched statistic values.
Public methodChangeWatchedKeysAsync
Starts an asynchronous request to change the watched statistic values.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWatchedKeys
Gets the keys for the watched statistic values.
Public methodIsWatching()()()()
Determines whether this instance is watching.
Public methodIsWatching(StatisticKey)
Determines whether the statistic value at the specified key is being watched.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStartWatching
A synchronous request to query and watch statistic values at the given keys.
Public methodStartWatchingAsync
Starts an asynchronous request to query and watch statistic values at the given keys.
Public methodStopWatching
A synchronous request to stop watching statistic values.
Public methodStopWatchingAsync
Start an asynchronous request to stop watching statistic values.
Public methodToString
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyItem
Gets the StatisticValue with the specified key.

Events

  NameDescription
Public eventStatisticValueUpdated
Occurs when a statistic value has been updated.

See Also