Click or drag to resize

LockStrategyNoneAcquire Method

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

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

Parameters

runtimeWideLock
Type: com.espertech.esper.compat.threading.locksIReaderWriterLock

[Missing <param name="runtimeWideLock"/> documentation for "M:com.espertech.esper.runtime.client.util.LockStrategyNone.Acquire(com.espertech.esper.compat.threading.locks.IReaderWriterLock)"]

Return Value

Type: IDisposable

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

Implements

LockStrategyAcquire(IReaderWriterLock)
See Also