Click or drag to resize

IFutureTWait Method

Waits for execution of the future to complete up to the allotted amount of time.

Namespace:  com.espertech.esper.compat.concurrency
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
bool Wait(
	TimeSpan timeOut
)

Parameters

timeOut
Type: SystemTimeSpan

[Missing <param name="timeOut"/> documentation for "M:com.espertech.esper.compat.concurrency.IFuture`1.Wait(System.TimeSpan)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.compat.concurrency.IFuture`1.Wait(System.TimeSpan)"]

See Also