Click or drag to resize

ConfigurationRuntimeThreadingIsInsertIntoDispatchPreserveOrder Property

Returns true to indicate preserve order for inter-statement insert-into, or false to indicate not to preserve 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 IsInsertIntoDispatchPreserveOrder { get; set; }

Return Value

Type: Boolean
true or false
See Also