Compartilhar via


GKLocalPlayer.LoadRecentPlayersAsync Método

Definição

Carrega os jogadores recentes.

[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[]>

Retornos

Uma tarefa que representa a operação loadRecentPlayers assíncrona. O valor do parâmetro TResult é do tipo System.Action<GameKit.GKPlayer[],Foundation.NSError>.

Atributos

Aplica-se a