Click or drag to resize

ConfigurationRuntimeExecution Property

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

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

Return Value

Type: ConfigurationRuntimeExecution
execution settings
See Also