GKLocalPlayer.LoadRecentPlayersAsync Method

Definition

Loads the recent players.

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

Returns

A task that represents the asynchronous LoadRecentPlayers operation. The value of the TResult parameter is of type System.Action<GameKit.GKPlayer[],Foundation.NSError>.

Attributes

Applies to