Click or drag to resize

ConfigurationRuntimeThreadingNamedWindowConsumerDispatchTimeout Property

Returns the timeout millisecond value for named window dispatches to named window consumers.

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

Return Value

Type: Int32
timeout milliseconds
See Also