Click or drag to resize

ConditionMatchRecognizeStatesMax Class

Indicates that on the engine level the match-recognize has reached the configured engine-wide limit at runtime.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.conditionConditionMatchRecognizeStatesMax

Namespace:  com.espertech.esper.common.client.hook.condition
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class ConditionMatchRecognizeStatesMax : BaseCondition

The ConditionMatchRecognizeStatesMax type exposes the following members.

Constructors
  NameDescription
Public methodConditionMatchRecognizeStatesMax
Initializes a new instance of the ConditionMatchRecognizeStatesMax class
Top
Properties
  NameDescription
Public propertyCounts
Returns the per-statement count.
Public propertyMax
Returns the limit reached.
Top
See Also