Gamer.EndGetProfile Method
Ends an asynchronous profile read operation.
Syntax
'Declaration
Public Function EndGetProfile ( _
result As IAsyncResult _
) As GamerProfile
public GamerProfile EndGetProfile (
IAsyncResult result
)
public:
GamerProfile EndGetProfile(
IAsyncResult result
)
Parameters
- result
Type: IAsyncResult
An IAsyncResult used to track the progress of the operation.
Return Value
Type: GamerProfile
The profile data for this gamer.
Requirements
Namespace: Microsoft.Xna.Framework.GamerServices
Assembly: Microsoft.Xna.Framework.GamerServices (in microsoft.xna.framework.gamerservices.dll)
See Also
Reference
GetProfile
BeginGetProfile
Gamer Class
Gamer Members
Microsoft.Xna.Framework.GamerServices Namespace
Platforms
Windows Phone