Click or drag to resize

MonitorSlimLockReleaseAcquire Method

Provides a temporary release of the lock if it is acquired. When the disposable object that is returned is disposed, the lock is re-acquired. This method is effectively the opposite of acquire.

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

Return Value

Type: IDisposable

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

Implements

ILockableReleaseAcquire
See Also