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.
The following tables list the members exposed by the LeaderboardReader type.
Public Properties
Name | Description | |
---|---|---|
![]() |
CanPageDown | Provides information about whether there are more leaderboard entries after the current page of entries. |
![]() |
CanPageUp | Provides information about whether there are more leaderboard entries before the current page of entries. |
![]() |
Entries | Gets the collection of leaderboard entries for the leaderboard. |
![]() |
IsDisposed | Provides information about whether this leaderboard reader is disposed. |
![]() |
LeaderboardIdentity | Provides the identity of the leaderboard. |
![]() |
PageStart | Gets the index of the leaderboard entry at the start of the current page. |
![]() |
TotalLeaderboardSize | Provides information about the total number of entries in the leaderboard. |
Public Methods
Name | Description | |
---|---|---|
![]() |
BeginPageDown | Begins an asynchronous read of the page of leaderboard data after the current page. |
![]() |
BeginPageUp | Begins an asynchronous read of the page of leaderboard data before the current page. |
![]() ![]() |
BeginRead | Overloaded. Methods for reading a leaderboard asynchronously. |
![]() |
Dispose | Releases all resources used by this LeaderboardReader. |
![]() |
EndPageDown | Checks the result of an asynchonous PageDown operation. |
![]() |
EndPageUp | Checks the result of an asynchonous PageUp operation. |
![]() ![]() |
EndRead | Checks the result of an asynchronous Read operation. |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
PageDown | Reads the next page of leaderboard data synchronously. |
![]() |
PageUp | Reads the previous page of leaderboard data synchronously. |
![]() ![]() |
Read | Overloaded. Methods for synchronous reading of leaderboard data. |
![]() |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
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
Microsoft.Xna.Framework.GamerServices Namespace