The StatisticListener type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| StatisticListener |
Initializes a new instance of the StatisticListener class.
|
Methods
| Name | Description | |
|---|---|---|
| ChangeWatchedKeys |
A synchronous request to change the watched statistic values.
| |
| ChangeWatchedKeysAsync |
Starts an asynchronous request to change the watched statistic values.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetWatchedKeys |
Gets the keys for the watched statistic values.
| |
| IsWatching()()()() |
Determines whether this instance is watching.
| |
| IsWatching(StatisticKey) |
Determines whether the statistic value at the specified key is being watched.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| StartWatching |
A synchronous request to query and watch statistic values at the given keys.
| |
| StartWatchingAsync |
Starts an asynchronous request to query and watch statistic values at the given keys.
| |
| StopWatching |
A synchronous request to stop watching statistic values.
| |
| StopWatchingAsync |
Start an asynchronous request to stop watching statistic values.
| |
| ToString | Returns a String that represents the current Object. (Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
| Item |
Gets the StatisticValue with the specified key.
|
Events
| Name | Description | |
|---|---|---|
| StatisticValueUpdated |
Occurs when a statistic value has been updated.
|