![]() | IFutureT Methods |
The IFutureT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Cancel |
Attempts to cancel the future execution.
|
![]() | Get |
Gets the value. If a value is not available this method throw a InvalidOperationException.
|
![]() | GetValue(TimeSpan) |
Gets the value. If a value is not available before the timeout expires,
a TimeoutException will be thrown.
|
![]() | GetValue(Int32, TimeUnit) | |
![]() | GetValueOrDefault |
Gets the result value from the execution.
|
![]() | Wait |
Waits for execution of the future to complete up to the allotted amount of time.
|