 | 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
Syntaxpublic bool IsRuntimeFairlock { get; set; }
Return Value
Type:
Booleantrue for fair lock
See Also