Partager via


INImage.FetchImageAsync Méthode

Définition

Transmet l’image au gestionnaire fourni 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>

Retours

Tâche qui représente l’opération FetchImage asynchrone. La valeur du paramètre TResult est de type System.Action<UIKit.UIImage>.

Attributs

Remarques

La méthode FetchImageAsync peut être utilisée avec C# asynchrone en retournant le contrôle à l’appelant avec une tâche représentant l’opération.

À ajouter.

S’applique à