Click or drag to resize

LockStrategyWTimeout Class

Obtains the write lock of the runtime-wide event processing read-write lock by trying the lock waiting for the timeout and throwing an exception if the lock was not taken.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.runtime.client.utilLockStrategyWTimeout

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

The LockStrategyWTimeout type exposes the following members.

Constructors
  NameDescription
Public methodLockStrategyWTimeout
Ctor.
Top
Methods
  NameDescription
Public methodAcquire
Top
See Also