Click or drag to resize

MonitorSlimLockAcquire Method

Acquires a lock against this instance.

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.MonitorSlimLock.Acquire"]

Implements

ILockableAcquire
See Also