Click or drag to resize

LockStrategyAcquire Method

Acquire should acquire the write lock of the provided read-write lock and may retry and backoff or fail.

Namespace:  com.espertech.esper.runtime.client.util
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
IDisposable Acquire(
	IReaderWriterLock runtimeWideLock
)

Parameters

runtimeWideLock
Type: com.espertech.esper.compat.threading.locksIReaderWriterLock
the runtime-wide event processing read-write lock

Return Value

Type: IDisposable

[Missing <returns> documentation for "M:com.espertech.esper.runtime.client.util.LockStrategy.Acquire(com.espertech.esper.compat.threading.locks.IReaderWriterLock)"]

See Also