LeaderboardReader.BeginRead Method
Methods for reading a leaderboard asynchronously.
Overload List
Name | Description |
---|---|
LeaderboardReader.BeginRead (LeaderboardIdentity, Gamer, Int32, AsyncCallback, Object) | Begins reading a leaderboard asynchronously, and specifies a leaderboard identity, pivot gamer, and page size. |
LeaderboardReader.BeginRead (LeaderboardIdentity, Generic IEnumerable, Gamer, Int32, AsyncCallback, Object) | Begins an asynchronous read of leaderboard data, taking a leaderboard identity, a collection of gamers, a pivot gamer, and a page size. |
LeaderboardReader.BeginRead (LeaderboardIdentity, Int32, Int32, AsyncCallback, Object) | Begins reading a leaderboard asynchronously, and specifies a leaderboard identity, the start page, and the page size. |
Remarks
Warning
This class and all related methods and properties only retrieve a calculated result for titles approved to access Xbox LIVE Services through the Xbox LIVE Registered Developer Program. For Xbox LIVE Indie games, the properties in this class will not return a calculated result, and related methods will report a NotSupportedException.
See Also
Reference
LeaderboardReader Class
LeaderboardReader Members
Microsoft.Xna.Framework.GamerServices Namespace