Represents a string alert condition. A string condition can be used against string statistics to create alerts that trigger when the statistic has a value that matches, contains, or does not contain the supplied text, or if the statistic is or is not available. To create a new StringCondition use one of the static Create functions.

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 class StringCondition : AlertCondition
Visual Basic
Public Class StringCondition _
	Inherits AlertCondition

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.Statistics.Alerts..::..AlertCondition
    ININ.IceLib.Statistics.Alerts..::..StringCondition

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