SignedInGamerExtensions.EndAwardAvatarAssets Method
Call this function after the system has finished awarding the avatar asset.
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Sub EndAwardAvatarAssets ( _
gamer As SignedInGamer, _
result As IAsyncResult _
)
[ExtensionAttribute]
public static void EndAwardAvatarAssets (
SignedInGamer gamer,
IAsyncResult result
)
[ExtensionAttribute]
public:
static void EndAwardAvatarAssets(
SignedInGamer gamer,
IAsyncResult result
)
Parameters
- gamer
Type: SignedInGamer
A signed in gamer. - result
Type: IAsyncResult
The IAsyncResult used to determine when the asynchronous request is finished.
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.
Requirements
Namespace: Microsoft.Xna.Framework.GamerServices
Assembly: Microsoft.Xna.Framework.GamerServices (in microsoft.xna.framework.gamerservices.dll)
See Also
Reference
SignedInGamerExtensions Class
SignedInGamerExtensions Members
Microsoft.Xna.Framework.GamerServices Namespace
Platforms
Windows Phone