Click or drag to resize

ConfigurationRuntimeConditionHandling Property

Returns the condition handling configuration.

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

Return Value

Type: ConfigurationRuntimeConditionHandling
condition handling configuration
See Also