Java.Util.Concurrent.IFuture Members

The members of Java.Util.Concurrent.IFuture are listed below.

Public Properties

[read-only]
IsCancelledbool. Returns true if this task was cancelled before it completed normally.
[read-only]
IsDonebool. Returns true if this task completed.

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.