GKChallenge.LoadReceivedChallengesAsync 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.
public static System.Threading.Tasks.Task<GameKit.GKChallenge[]> LoadReceivedChallengesAsync ();
static member LoadReceivedChallengesAsync : unit -> System.Threading.Tasks.Task<GameKit.GKChallenge[]>
Retours
Tâche qui représente l’opération LoadReceivedChallenges asynchrone. La valeur du paramètre TResult est de type System.Action<GameKit.GKChallenge[],Foundation.NSError>.
Remarques
La méthode LoadReceivedChallengesAsync peut être utilisée avec C# asynchrone en retournant le contrôle à l’appelant avec une tâche représentant l’opération.
À ajouter.