Java.Util.Concurrent.IRunnableFuture
A Java.Util.Concurrent.IFuture that is Java.Lang.IRunnable.

See Also: IRunnableFuture Members

Syntax

[Android.Runtime.Register("java/util/concurrent/RunnableFuture", "", "Java.Util.Concurrent.IRunnableFutureInvoker")]
public interface IRunnableFuture : Java.Lang.IRunnable, IFuture, IDisposable

Remarks

A Java.Util.Concurrent.IFuture that is Java.Lang.IRunnable. Successful execution of the run method causes completion of the Future and allows access to its results.

See Also

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9