Click or drag to resize

ConfigurationRuntimeExecutionIsPrioritized Property

Returns false (the default) if the runtimedoes not consider statement priority and preemptive instructions, or true to enable priority-based statement execution order.

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

Property Value

Type: Boolean
false by default to indicate unprioritized statement execution
See Also