GKLeaderboardSet.LoadLeaderboardsAsync Method

Definition

public virtual System.Threading.Tasks.Task<GameKit.GKLeaderboard[]> LoadLeaderboardsAsync ();
abstract member LoadLeaderboardsAsync : unit -> System.Threading.Tasks.Task<GameKit.GKLeaderboard[]>
override this.LoadLeaderboardsAsync : unit -> System.Threading.Tasks.Task<GameKit.GKLeaderboard[]>

Returns

A task that represents the asynchronous LoadLeaderboards operation. The value of the TResult parameter is a GKLeaderboardsHandler.

Applies to