Represents a numeric time span alert condition.
A numeric time span condition can be used against time span 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 create a new NumericTimeSpanCondition use one of the static Create functions.
Namespace: ININ.IceLib.Statistics.AlertsAssembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public class NumericTimeSpanCondition : NumericCondition<TimeSpan> |
Visual Basic |
---|
Public Class NumericTimeSpanCondition _ Inherits NumericCondition(Of TimeSpan) |
Inheritance Hierarchy
System..::..Object
ININ.IceLib.Statistics.Alerts..::..AlertCondition
ININ.IceLib.Statistics.Alerts..::..NumericCondition<(Of <(<'TimeSpan>)>)>
ININ.IceLib.Statistics.Alerts..::..NumericTimeSpanCondition
ININ.IceLib.Statistics.Alerts..::..AlertCondition
ININ.IceLib.Statistics.Alerts..::..NumericCondition<(Of <(<'TimeSpan>)>)>
ININ.IceLib.Statistics.Alerts..::..NumericTimeSpanCondition
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.