Click or drag to resize

ConfigurationRuntimePatternsIsMaxSubexpressionPreventStart Property

Returns true, the default, to indicate that if there is a maximum defined it is being enforced and new subexpressions are not allowed.

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public bool IsMaxSubexpressionPreventStart { get; set; }

Return Value

Type: Boolean
indicate whether enforced or not
See Also