Click or drag to resize

ConfigurationRuntimeMatchRecognizeIsMaxStatesPreventStart Property

Returns true, the default, to indicate that if there is a maximum defined it is being enforced and new states 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 IsMaxStatesPreventStart { get; set; }

Property Value

Type: Boolean
indicate whether enforced or not
See Also