IRunnableFuture.Run Method

Definition

Sets this Future to the result of its computation unless it has been cancelled.

[Android.Runtime.Register("run", "()V", "GetRunHandler:Java.Util.Concurrent.IRunnableFutureInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Run ();
[<Android.Runtime.Register("run", "()V", "GetRunHandler:Java.Util.Concurrent.IRunnableFutureInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Run : unit -> unit

Implements

Attributes

Remarks

Sets this Future to the result of its computation unless it has been cancelled.

Java documentation for java.util.concurrent.RunnableFuture.run().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to