Click or drag to resize

LockStrategy Interface

Implement this interface to provide a custom deployment lock strategy. The default lock strategy is .

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

The LockStrategy type exposes the following members.

Methods
  NameDescription
Public methodAcquire
Acquire should acquire the write lock of the provided read-write lock and may retry and backoff or fail.
Top
See Also