LeaderboardIdentity.Create Method (LeaderboardKey)

Creates a leaderboard identity from a leaderboard key.

Syntax

'Declaration
Public Shared Function Create ( _
         key As LeaderboardKey _
) As LeaderboardIdentity 
public static LeaderboardIdentity Create (
         LeaderboardKey key
)
public:
static LeaderboardIdentity Create(
         LeaderboardKey key
)

Parameters

  • key
    Type: LeaderboardKey
    The leaderboard key to use for this leaderboard identity.

Return Value

Type: LeaderboardIdentity
The new leaderboard identity; null if creation fails.

Remarks

Warning

This method retrieves a calculated result only for titles approved to access Xbox LIVE Services through the Xbox LIVE Registered Developer Program. For Xbox LIVE Indie games, this method returns immediately with a predetermined default value.

Requirements

Namespace: Microsoft.Xna.Framework.GamerServices

Assembly: Microsoft.Xna.Framework.GamerServices (in microsoft.xna.framework.gamerservices.dll)

See Also

Reference

LeaderboardIdentity Structure
LeaderboardIdentity Members
Microsoft.Xna.Framework.GamerServices Namespace

Platforms

Windows Phone