The members of Java.Util.Concurrent.IFuture are listed below.
Public Properties
[read-only] | IsCancelled | bool. Returns true if this task was cancelled before it completed
normally. |
[read-only] | IsDone | bool. Returns true if this task completed. |
Public Methods
| Cancel(bool) : boolAttempts to cancel execution of this task. |
| Get() : Java.Lang.ObjectWaits if necessary for the computation to complete, and then
retrieves its result. |
| Get(long, TimeUnit) : Java.Lang.ObjectWaits if necessary for at most the given time for the computation
to complete, and then retrieves its result, if available. |