INImage.FetchImageAsync 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.
Passa a imagem para o manipulador fornecido completion
.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<UIKit.UIImage> FetchImageAsync ();
abstract member FetchImageAsync : unit -> System.Threading.Tasks.Task<UIKit.UIImage>
override this.FetchImageAsync : unit -> System.Threading.Tasks.Task<UIKit.UIImage>
Retornos
Uma tarefa que representa a operação FetchImage assíncrona. O valor do parâmetro TResult é do tipo System.Action<UIKit.UIImage>.
- Atributos
Comentários
O método FetchImageAsync é adequado para ser usado com c# assíncrono retornando o controle para o chamador com uma Tarefa que representa a operação.
A ser adicionado.