Click or drag to resize

IFutureTGetValue Method (TimeSpan)

Gets the value. If a value is not available before the timeout expires, a TimeoutException will be thrown.

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

Parameters

timeOut
Type: SystemTimeSpan
The time out.

Return Value

Type: T

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

See Also