The methods of Java.Util.Concurrent.IFuture are listed below. For a list of all members, see the IFuture Members list.
Cancel(bool)Attempts to cancel execution of this task. | ||
Get()Waits if necessary for the computation to complete, and then retrieves its result. | ||
Get(long, TimeUnit)Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available. |