Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Methods for synchronous reading of leaderboard data.
Overload List
Name | Description |
---|---|
LeaderboardReader.Read (LeaderboardIdentity, Gamer, Int32) | Reads a leaderboard synchronously, specifying a leaderboard identity, pivot gamer, and page size. |
LeaderboardReader.Read (LeaderboardIdentity, Generic IEnumerable, Gamer, Int32) | Reads a leaderboard synchronously, specifying a leaderboard identity, collection of gamers, pivot gamer, and page size. |
LeaderboardReader.Read (LeaderboardIdentity, Int32, Int32) | Begins reading a leaderboard synchronously, specifying a leaderboard identity, the start page, and the page size. |
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.
See Also
Reference
LeaderboardReader Class
LeaderboardReader Members
Microsoft.Xna.Framework.GamerServices Namespace