CompletableFuture.ThenRunAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| ThenRunAsync(IRunnable) | |
| ThenRunAsync(IRunnable, IExecutor) |
ThenRunAsync(IRunnable)
[Android.Runtime.Register("thenRunAsync", "(Ljava/lang/Runnable;)Ljava/util/concurrent/CompletableFuture;", "GetThenRunAsync_Ljava_lang_Runnable_Handler", ApiSince=24)]
public virtual Java.Util.Concurrent.ICompletionStage? ThenRunAsync(Java.Lang.IRunnable? action);
[<Android.Runtime.Register("thenRunAsync", "(Ljava/lang/Runnable;)Ljava/util/concurrent/CompletableFuture;", "GetThenRunAsync_Ljava_lang_Runnable_Handler", ApiSince=24)>]
abstract member ThenRunAsync : Java.Lang.IRunnable -> Java.Util.Concurrent.ICompletionStage
override this.ThenRunAsync : Java.Lang.IRunnable -> Java.Util.Concurrent.ICompletionStage
Parámetros
- action
- IRunnable
Devoluciones
Implementaciones
- Atributos
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
ThenRunAsync(IRunnable, IExecutor)
[Android.Runtime.Register("thenRunAsync", "(Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;", "GetThenRunAsync_Ljava_lang_Runnable_Ljava_util_concurrent_Executor_Handler", ApiSince=24)]
public virtual Java.Util.Concurrent.ICompletionStage? ThenRunAsync(Java.Lang.IRunnable? action, Java.Util.Concurrent.IExecutor? executor);
[<Android.Runtime.Register("thenRunAsync", "(Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;", "GetThenRunAsync_Ljava_lang_Runnable_Ljava_util_concurrent_Executor_Handler", ApiSince=24)>]
abstract member ThenRunAsync : Java.Lang.IRunnable * Java.Util.Concurrent.IExecutor -> Java.Util.Concurrent.ICompletionStage
override this.ThenRunAsync : Java.Lang.IRunnable * Java.Util.Concurrent.IExecutor -> Java.Util.Concurrent.ICompletionStage
Parámetros
- action
- IRunnable
- executor
- IExecutor
Devoluciones
Implementaciones
- Atributos
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.