 | ILockableReleaseAcquire 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
SyntaxIDisposable ReleaseAcquire()
Return Value
Type:
IDisposable[Missing <returns> documentation for "M:com.espertech.esper.compat.threading.locks.ILockable.ReleaseAcquire"]
See Also