Click or drag to resize

ConfigurationRuntimePatterns Class

Holds pattern settings.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.runtimeConfigurationRuntimePatterns

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 ConfigurationRuntimePatterns

The ConfigurationRuntimePatterns type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationRuntimePatterns
Initializes a new instance of the ConfigurationRuntimePatterns class
Top
Properties
  NameDescription
Public propertyIsMaxSubexpressionPreventStart
Returns true, the default, to indicate that if there is a maximum defined it is being enforced and new subexpressions are not allowed.
Public propertyMaxSubexpressions
Returns the maximum number of subexpressions
Top
See Also