GKLeaderboard.LoadEntriesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| LoadEntriesAsync(GKPlayer[], GKLeaderboardTimeScope) | |
| LoadEntriesAsync(GKLeaderboardPlayerScope, GKLeaderboardTimeScope, NSRange) |
LoadEntriesAsync(GKPlayer[], GKLeaderboardTimeScope)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<GameKit.GKEntriesForPlayersResult> LoadEntriesAsync(GameKit.GKPlayer[] players, GameKit.GKLeaderboardTimeScope timeScope);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member LoadEntriesAsync : GameKit.GKPlayer[] * GameKit.GKLeaderboardTimeScope -> System.Threading.Tasks.Task<GameKit.GKEntriesForPlayersResult>
override this.LoadEntriesAsync : GameKit.GKPlayer[] * GameKit.GKLeaderboardTimeScope -> System.Threading.Tasks.Task<GameKit.GKEntriesForPlayersResult>
Parameters
- players
- GKPlayer[]
- timeScope
- GKLeaderboardTimeScope
Returns
- Attributes
Applies to
LoadEntriesAsync(GKLeaderboardPlayerScope, GKLeaderboardTimeScope, NSRange)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<GameKit.GKEntriesForPlayerScopeResult> LoadEntriesAsync(GameKit.GKLeaderboardPlayerScope playerScope, GameKit.GKLeaderboardTimeScope timeScope, Foundation.NSRange range);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member LoadEntriesAsync : GameKit.GKLeaderboardPlayerScope * GameKit.GKLeaderboardTimeScope * Foundation.NSRange -> System.Threading.Tasks.Task<GameKit.GKEntriesForPlayerScopeResult>
override this.LoadEntriesAsync : GameKit.GKLeaderboardPlayerScope * GameKit.GKLeaderboardTimeScope * Foundation.NSRange -> System.Threading.Tasks.Task<GameKit.GKEntriesForPlayerScopeResult>
Parameters
- playerScope
- GKLeaderboardPlayerScope
- timeScope
- GKLeaderboardTimeScope
- range
- NSRange
Returns
- Attributes