Click or drag to resize

ConfigurationRuntimeThreadingInsertIntoDispatchTimeout Property

Returns the number of milliseconds that a thread may maximally be blocking to deliver statement results from a producing statement that employs insert-into to a consuming statement.

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

Return Value

Type: Int32
millisecond timeout for order-of-delivery blocking between statements
See Also