Click or drag to resize

SlimLockSmartWait Method (Int32, Int64)

[Missing <summary> documentation for "M:com.espertech.esper.compat.threading.locks.SlimLock.SmartWait(System.Int32,System.Int64)"]

Namespace:  com.espertech.esper.compat.threading.locks
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static bool SmartWait(
	int iter,
	long timeEnd
)

Parameters

iter
Type: SystemInt32

[Missing <param name="iter"/> documentation for "M:com.espertech.esper.compat.threading.locks.SlimLock.SmartWait(System.Int32,System.Int64)"]

timeEnd
Type: SystemInt64

[Missing <param name="timeEnd"/> documentation for "M:com.espertech.esper.compat.threading.locks.SlimLock.SmartWait(System.Int32,System.Int64)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.compat.threading.locks.SlimLock.SmartWait(System.Int32,System.Int64)"]

See Also