Bagikan melalui


LeaderboardReader Members

The following tables list the members exposed by the LeaderboardReader type.

Public Properties

Name Description
Public Property CanPageDown Provides information about whether there are more leaderboard entries after the current page of entries.
Public Property CanPageUp Provides information about whether there are more leaderboard entries before the current page of entries.
Public Property Entries Gets the collection of leaderboard entries for the leaderboard.
Public Property IsDisposed Provides information about whether this leaderboard reader is disposed.
Public Property LeaderboardIdentity Provides the identity of the leaderboard.
Public Property PageStart Gets the index of the leaderboard entry at the start of the current page.
Public Property TotalLeaderboardSize Provides information about the total number of entries in the leaderboard.

Public Methods

Name Description
Public Method BeginPageDown Begins an asynchronous read of the page of leaderboard data after the current page.
Public Method BeginPageUp Begins an asynchronous read of the page of leaderboard data before the current page.
Public Method Static BeginRead Overloaded. Methods for reading a leaderboard asynchronously.
Public Method Dispose Releases all resources used by this LeaderboardReader.
Public Method EndPageDown Checks the result of an asynchonous PageDown operation.
Public Method EndPageUp Checks the result of an asynchonous PageUp operation.
Public Method Static EndRead Checks the result of an asynchronous Read operation.
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method PageDown Reads the next page of leaderboard data synchronously.
Public Method PageUp Reads the previous page of leaderboard data synchronously.
Public Method Static Read Overloaded. Methods for synchronous reading of leaderboard data.
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method 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