Click or drag to resize

ConfigurationCompilerExecution Property

Returns statement execution-related settings, settings that influence event/schedule to statement processing.

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

Property Value

Type: ConfigurationCompilerExecution
execution settings
See Also