Click or drag to resize

IFutureT Methods

The IFutureT generic type exposes the following members.

Methods
  NameDescription
Public methodCancel
Attempts to cancel the future execution.
Public methodGet
Gets the value. If a value is not available this method throw a InvalidOperationException.
Public methodGetValue(TimeSpan)
Gets the value. If a value is not available before the timeout expires, a TimeoutException will be thrown.
Public methodGetValue(Int32, TimeUnit)
Public methodGetValueOrDefault
Gets the result value from the execution.
Public methodWait
Waits for execution of the future to complete up to the allotted amount of time.
Top
See Also