GKGameSession.ClearBadgeAsync(GKCloudPlayer[]) 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 virtual System.Threading.Tasks.Task ClearBadgeAsync (GameKit.GKCloudPlayer[] players);
abstract member ClearBadgeAsync : GameKit.GKCloudPlayer[] -> System.Threading.Tasks.Task
override this.ClearBadgeAsync : GameKit.GKCloudPlayer[] -> System.Threading.Tasks.Task
Paramètres
- players
- GKCloudPlayer[]
Retours
Tâche qui représente l’opération ClearBadge asynchrone
Remarques
La méthode ClearBadgeAsync est appropriée pour être utilisée avec C# asynchrone en retournant le contrôle à l’appelant avec une tâche représentant l’opération.
À ajouter.