Edit

Share via


LeaderboardService Class

Definition

Represents the leaderboard service.

[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class LeaderboardService
type LeaderboardService = class
    interface __ILeaderboardServicePublicNonVirtuals
Public NotInheritable Class LeaderboardService
Inheritance
LeaderboardService
Attributes
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute

Methods

GetLeaderboardAsync(String, String)

Get a leaderboard for a single leaderboard given a service configuration ID and a leaderboard name.

GetLeaderboardAsync(String, String, String, String, UInt32)

Get a leaderboard that shows members of a specified social group for a single leaderboard given a service configuration ID and a leaderboard name.

GetLeaderboardAsync(String, String, String, String, UInt32, UInt32)

Get a leaderboard that shows members of a specified social group for a single leaderboard given a service configuration ID and a leaderboard name.

GetLeaderboardAsync(String, String, UInt32, UInt32)

Get a page of leaderboard results for a single leaderboard given a service configuration ID and a leaderboard name.

GetLeaderboardForSocialGroupAsync(String, String, String, String, String, UInt32)

Get a sorted leaderboard that shows members of a specified social group.

GetLeaderboardForSocialGroupAsync(String, String, String, String, UInt32)

Get an unsorted leaderboard that shows members of a specified social group.

GetLeaderboardForSocialGroupWithSkipToRankAsync(String, String, String, String, UInt32, String, UInt32)

Get a sorted leaderboard, starting at a specified rank, that shows members of a specified social group.

GetLeaderboardForSocialGroupWithSkipToUserAsync(String, String, String, String, String, String, UInt32)

Get a sorted leaderboard, starting at a specified player, that shows members of a specified social group.

GetLeaderboardWithAdditionalColumnsAsync(String, String, IVectorView<String>)
GetLeaderboardWithAdditionalColumnsAsync(String, String, String, String, IVectorView<String>, UInt32)
GetLeaderboardWithAdditionalColumnsAsync(String, String, String, String, UInt32, IVectorView<String>, UInt32)
GetLeaderboardWithAdditionalColumnsAsync(String, String, UInt32, IVectorView<String>, UInt32)
GetLeaderboardWithSkipToUserAsync(String, String, String, String, String, UInt32)

Get a leaderboard starting at a specified player, regardless of the player's rank or score, ordered by the player's percentile rank.

GetLeaderboardWithSkipToUserAsync(String, String, String, UInt32)

Get a leaderboard starting at a specified player, regardless of the player's rank or score, ordered by the player's percentile rank.

GetLeaderboardWithSkipToUserWithAdditionalColumnsAsync(String, String, String, IVectorView<String>, UInt32)
GetLeaderboardWithSkipToUserWithAdditionalColumnsAsync(String, String, String, String, String, IVectorView<String>, UInt32)

Applies to