SignedInGamer.GetAchievements Method

Returns the collection of all achievements that may be earned by this gamer.

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

Syntax

public AchievementCollection GetAchievements ()

Return Value

The requested achievement collection.

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.

The collection returned will include both earned and unearned achievements. Check Achievement.IsEarned to determine whether an achievement has been earned by the gamer.

This is a blocking call. To query asynchronously, use BeginGetAchievements and EndGetAchievements instead.

See Also

SignedInGamer Class
SignedInGamer Members
Microsoft.Xna.Framework.GamerServices Namespace

Platforms

Xbox 360, Windows 7, Windows Vista, Windows XP