Click or drag to resize

IFutureTGet Method

Gets the value. If a value is not available this method throw a InvalidOperationException.

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

Return Value

Type: T

[Missing <returns> documentation for "M:com.espertech.esper.compat.concurrency.IFuture`1.Get"]

Exceptions
ExceptionCondition
InvalidOperationException
See Also