Identifies a specific statistic value of interest.

Namespace: ININ.IceLib.Statistics
Assembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public class StatisticKey : IEquatable<StatisticKey>
Visual Basic
Public Class StatisticKey _
	Implements IEquatable(Of StatisticKey)

Remarks

A StatisticKey identifies a StatisticDefinition and a specific set of ParameterValues used in filtering the StatisticValues of that StatisticDefinition. A StatisticKey is used when requesting notification of alerts on a particular StatisticDefinition.

Examples

The IceLib SDK includes example application references to the StatisticKey class. Some examples are listed below.
ProjectLocation
TutorialExampleSystemStatisticsViewModel.cs, line 113, in SystemStatisticsViewModel.StartWatchingCatalogCompleted
SystemStatisticsViewModel._SystemStatistics
StatisticViewModel.cs, line 9, in StatisticViewModel.#ctor
StatisticViewModel._StatisticKey

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.Statistics..::..StatisticKey

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also