Click or drag to resize

LockStrategyDefault 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.utilLockStrategyDefault

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

The LockStrategyDefault type exposes the following members.

Methods
  NameDescription
Public methodAcquire
Top
Fields
  NameDescription
Public fieldStatic memberINSTANCE
The instance of the default lock strategy.
Top
See Also