IExecutorServiceExtensions.InvokeAnyAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
InvokeAnyAsync(IExecutorService, ICollection) | |
InvokeAnyAsync(IExecutorService, ICollection, Int64, TimeUnit) |
InvokeAnyAsync(IExecutorService, ICollection)
public static System.Threading.Tasks.Task<Java.Lang.Object?> InvokeAnyAsync (this Java.Util.Concurrent.IExecutorService self, System.Collections.ICollection? tasks);
static member InvokeAnyAsync : Java.Util.Concurrent.IExecutorService * System.Collections.ICollection -> System.Threading.Tasks.Task<Java.Lang.Object>
Parâmetros
- self
- IExecutorService
- tasks
- ICollection
Retornos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
InvokeAnyAsync(IExecutorService, ICollection, Int64, TimeUnit)
public static System.Threading.Tasks.Task<Java.Lang.Object?> InvokeAnyAsync (this Java.Util.Concurrent.IExecutorService self, System.Collections.ICollection? tasks, long timeout, Java.Util.Concurrent.TimeUnit? unit);
static member InvokeAnyAsync : Java.Util.Concurrent.IExecutorService * System.Collections.ICollection * int64 * Java.Util.Concurrent.TimeUnit -> System.Threading.Tasks.Task<Java.Lang.Object>
Parâmetros
- self
- IExecutorService
- tasks
- ICollection
- timeout
- Int64
- unit
- TimeUnit
Retornos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.