Click or drag to resize

CountDownLatchAwait Method (Int32, TimeUnit)

[Missing <summary> documentation for "M:com.espertech.esper.compat.threading.CountDownLatch.Await(System.Int32,com.espertech.esper.compat.TimeUnit)"]

Namespace:  com.espertech.esper.compat.threading
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public bool Await(
	int units,
	TimeUnit timeUnits
)

Parameters

units
Type: SystemInt32

[Missing <param name="units"/> documentation for "M:com.espertech.esper.compat.threading.CountDownLatch.Await(System.Int32,com.espertech.esper.compat.TimeUnit)"]

timeUnits
Type: com.espertech.esper.compatTimeUnit

[Missing <param name="timeUnits"/> documentation for "M:com.espertech.esper.compat.threading.CountDownLatch.Await(System.Int32,com.espertech.esper.compat.TimeUnit)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.compat.threading.CountDownLatch.Await(System.Int32,com.espertech.esper.compat.TimeUnit)"]

See Also