Click or drag to resize

CountDownLatchAwait Method (TimeSpan)

Waits for the latch to be released for up to the specified amount of time. If the timeout expires a TimeoutException is thrown.

Namespace:  com.espertech.esper.compat.threading
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public bool Await(
	TimeSpan timeout
)

Parameters

timeout
Type: SystemTimeSpan
The timeout.

Return Value

Type: Boolean

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

See Also