Click or drag to resize

ConfigurationRuntimeThreadingIsRuntimeFairlock Property

Returns true if the runtime-level lock is configured as a fair lock (default is false).

This lock coordinates event processing threads (threads that send events) with threads that perform administrative functions (threads that start or destroy statements, for example).

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

Return Value

Type: Boolean
true for fair lock
See Also