Click or drag to resize

LockStrategyNone Class

Obtains the write lock of the runtime-wide event processing read-write lock by simply blocking until the lock was obtained.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.runtime.client.utilLockStrategyNone

Namespace:  com.espertech.esper.runtime.client.util
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public class LockStrategyNone : LockStrategy

The LockStrategyNone type exposes the following members.

Methods
  NameDescription
Public methodAcquire
Top
Fields
  NameDescription
Public fieldStatic memberINSTANCE
Instance of a lock strategy that does not obtain a lock.
Top
See Also