CompletableFuture.ThenRun(IRunnable) Método

Definição

[Android.Runtime.Register("thenRun", "(Ljava/lang/Runnable;)Ljava/util/concurrent/CompletableFuture;", "GetThenRun_Ljava_lang_Runnable_Handler", ApiSince=24)]
public virtual Java.Util.Concurrent.ICompletionStage? ThenRun(Java.Lang.IRunnable? action);
[<Android.Runtime.Register("thenRun", "(Ljava/lang/Runnable;)Ljava/util/concurrent/CompletableFuture;", "GetThenRun_Ljava_lang_Runnable_Handler", ApiSince=24)>]
abstract member ThenRun : Java.Lang.IRunnable -> Java.Util.Concurrent.ICompletionStage
override this.ThenRun : Java.Lang.IRunnable -> Java.Util.Concurrent.ICompletionStage

Parâmetros

action
IRunnable

Retornos

Implementações

Atributos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a