Partager via


GKLocalPlayer.LoadRecentPlayersAsync Méthode

Définition

Charge les joueurs récents.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<GameKit.GKPlayer[]> LoadRecentPlayersAsync ();
abstract member LoadRecentPlayersAsync : unit -> System.Threading.Tasks.Task<GameKit.GKPlayer[]>
override this.LoadRecentPlayersAsync : unit -> System.Threading.Tasks.Task<GameKit.GKPlayer[]>

Retours

Tâche qui représente l’opération LoadRecentPlayers asynchrone. La valeur du paramètre TResult est de type System.Action<GameKit.GKPlayer[],Foundation.NSError>.

Attributs

S’applique à