Click or drag to resize

MonitorSpinLockAcquire Method (Int64)

[Missing <summary> documentation for "M:com.espertech.esper.compat.threading.locks.MonitorSpinLock.Acquire(System.Int64)"]

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

Parameters

msec
Type: SystemInt64

[Missing <param name="msec"/> documentation for "M:com.espertech.esper.compat.threading.locks.MonitorSpinLock.Acquire(System.Int64)"]

Return Value

Type: IDisposable

[Missing <returns> documentation for "M:com.espertech.esper.compat.threading.locks.MonitorSpinLock.Acquire(System.Int64)"]

Implements

ILockableAcquire(Int64)
See Also