SignedInGamer.EndGetAchievements Method
Ends an asynchronous achievement query operation.
Syntax
'Declaration
Public Function EndGetAchievements ( _
result As IAsyncResult _
) As AchievementCollection
public AchievementCollection EndGetAchievements (
IAsyncResult result
)
public:
AchievementCollection EndGetAchievements(
IAsyncResult result
)
Parameters
- result
Type: IAsyncResult
An IAsyncResult used to track the progress of the operation.
Return Value
Type: AchievementCollection
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.
Requirements
Namespace: Microsoft.Xna.Framework.GamerServices
Assembly: Microsoft.Xna.Framework.GamerServices (in microsoft.xna.framework.gamerservices.dll)
See Also
SignedInGamer Class
SignedInGamer Members
Microsoft.Xna.Framework.GamerServices Namespace
Platforms
Windows Phone