Represents a numeric alert condition. A numeric condition can be used against numeric statistics to create alerts that trigger when the statistic is greater than, less then, between, equal to, or not equal to the supplied values, or if the statistic is or is not available. To use a numeric condition, use one of its concrete implementations, such as NumericIntCondition.

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

Syntax

C#
public abstract class NumericCondition<T> : AlertCondition
where T : Object, IComparable<T>
Visual Basic
Public MustInherit Class NumericCondition(Of T As {Object, IComparable(Of T)}) _
	Inherits AlertCondition

Type Parameters

T
The value type.

Inheritance Hierarchy

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