The StatisticCatalog type exposes the following members.

Constructors

  NameDescription
Public methodStatisticCatalog
Initializes a new instance of the StatisticCatalog class.

Methods

  NameDescription
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 methodGetParameterDisplayString
Gets the display string for a given ParameterType.
Public methodGetParameterType
Gets the ParameterType with the given ParameterTypeId.
Public methodGetParameterTypes
Gets the collection of ParameterTypes defined within the StatisticCatalog.
Public methodGetStatisticCategories
Gets the statistic categories.
Public methodGetStatisticCategory
Gets the statistic category.
Public methodGetStatisticDefinition
Gets the StatisticDefinition based on its ID.
Public methodGetStatisticDefinitions()()()()
Gets all the statistic definitions.
Public methodGetStatisticDefinitions(String)
Gets the statistic definitions for a specific category.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsReady
Determines whether the catalog data is ready after a StartWatchingAsync(AsyncCompletedEventHandler, Object) request.
Public methodIsWatching
Determines whether this instance is watching.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStartWatching
Starts watching the statistic catalog.
Public methodStartWatchingAsync
Asynchronously starts watching the statistic catalog.
Public methodStopWatching
Stops watching the statistic catalog.
Public methodStopWatchingAsync
Asynchronously stops watching the statistic catalog.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAllCategories
Gets all categories statistic definition.

Events

  NameDescription
Public eventStatisticCatalogChanged
Occurs when the statistics catalog has changed.

See Also