Click or drag to resize

VoidLockAcquire Method

Acquires the lock; the lock is released when the disposable object that was returned is disposed.

Namespace:  com.espertech.esper.compat.threading.locks
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public IDisposable Acquire()

Return Value

Type: IDisposable

[Missing <returns> documentation for "M:com.espertech.esper.compat.threading.locks.VoidLock.Acquire"]

Implements

ILockableAcquire
See Also