Click or drag to resize

ConfigurationRuntimeMatchRecognize Class

Holds match-reconize settings.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.runtimeConfigurationRuntimeMatchRecognize

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ConfigurationRuntimeMatchRecognize

The ConfigurationRuntimeMatchRecognize type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationRuntimeMatchRecognize
Initializes a new instance of the ConfigurationRuntimeMatchRecognize class
Top
Properties
  NameDescription
Public propertyIsMaxStatesPreventStart
Returns true, the default, to indicate that if there is a maximum defined it is being enforced and new states are not allowed.
Public propertyMaxStates
Returns the maximum number of states
Top
See Also