Gamer.EndGetFromGamertag Method
Ends the process of getting a Gamer object for a specified gamertag.
Namespace: Microsoft.Xna.Framework.GamerServices
Assembly: Microsoft.Xna.Framework.GamerServices (in microsoft.xna.framework.gamerservices.dll)
public static Gamer EndGetFromGamertag ( IAsyncResult result )
Parameters
- result
- Type: IAsyncResult
An IAsyncResult used to track the progress of the operation.
Return Value
A Gamer object for the specified gamertag.
Caution |
|---|
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. |
Caution