Click or drag to resize

ConfigurationRuntimeThreadingNamedWindowConsumerDispatchLocking Property

Returns the locking strategy value for named window dispatches to named window consumers (default is spin).

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

Return Value

Type: Locking
strategy
See Also