MPMusicPlayerController.PrepareToPlayAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Place le premier élément de la file d’attente dans la mémoire tampon et exécute un gestionnaire une fois que l’élément a été mis en mémoire tampon.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 1, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task PrepareToPlayAsync ();
abstract member PrepareToPlayAsync : unit -> System.Threading.Tasks.Task
override this.PrepareToPlayAsync : unit -> System.Threading.Tasks.Task
Retours
Tâche qui représente l’opération PrepareToPlay asynchrone
- Attributs
Remarques
La méthode PrepareToPlayAsync est appropriée pour être utilisée avec la méthode asynchrone C# en retournant le contrôle à l’appelant avec une tâche représentant l’opération.
À ajouter.