The StatisticCatalog type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| StatisticCatalog |
Initializes a new instance of the StatisticCatalog class.
|
Methods
| Name | Description | |
|---|---|---|
| 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.) | |
| GetParameterDisplayString |
Gets the display string for a given ParameterType.
| |
| GetParameterType |
Gets the ParameterType with the given ParameterTypeId.
| |
| GetParameterTypes |
Gets the collection of ParameterTypes defined within the StatisticCatalog.
| |
| GetStatisticCategories |
Gets the statistic categories.
| |
| GetStatisticCategory |
Gets the statistic category.
| |
| GetStatisticDefinition |
Gets the StatisticDefinition based on its ID.
| |
| GetStatisticDefinitions()()()() |
Gets all the statistic definitions.
| |
| GetStatisticDefinitions(String) |
Gets the statistic definitions for a specific category.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsReady |
Determines whether the catalog data is ready after a StartWatchingAsync(AsyncCompletedEventHandler, Object) request.
| |
| IsWatching |
Determines whether this instance is watching.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| StartWatching |
Starts watching the statistic catalog.
| |
| StartWatchingAsync |
Asynchronously starts watching the statistic catalog.
| |
| StopWatching |
Stops watching the statistic catalog.
| |
| StopWatchingAsync |
Asynchronously stops watching the statistic catalog.
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AllCategories |
Gets all categories statistic definition.
|
Events
| Name | Description | |
|---|---|---|
| StatisticCatalogChanged |
Occurs when the statistics catalog has changed.
|