 | 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
Syntaxpublic bool IsInsertIntoDispatchPreserveOrder { get; set; }
Return Value
Type:
Booleantrue or false
See Also