Java.Util.Concurrent.IFuture: Method Members

The methods of Java.Util.Concurrent.IFuture are listed below. For a list of all members, see the IFuture Members list.

Public Methods

Cancel(bool) : bool
Attempts to cancel execution of this task.
Get() : Java.Lang.Object
Waits if necessary for the computation to complete, and then retrieves its result.
Get(long, TimeUnit) : Java.Lang.Object
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.