Click or drag to resize

ILockableAcquire Method (Int64)

Acquires the specified msec.

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

Parameters

msec
Type: SystemInt64
The msec.

Return Value

Type: IDisposable

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

See Also