<li><ahref="../../../../Microsoft/Xna/Framework/GamerServices/GameDifficulty.html"title="enum in Microsoft.Xna.Framework.GamerServices"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/GamerServices/GamerCollection.html"title="class in Microsoft.Xna.Framework.GamerServices"><spanclass="strong">Next Class</span></a></li>
<dd><ahref="../../../../Microsoft/Xna/Framework/GamerServices/FriendGamer.html"title="class in Microsoft.Xna.Framework.GamerServices">FriendGamer</a>, <ahref="../../../../Microsoft/Xna/Framework/GamerServices/SignedInGamer.html"title="class in Microsoft.Xna.Framework.GamerServices">SignedInGamer</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <spanclass="strong">Gamer</span>
<tdclass="colFirst"><code><ahref="../../../../System/IAsyncResult.html"title="interface in System">IAsyncResult</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/GamerServices/Gamer.html#BeginGetProfile(System.AsyncCallback, java.lang.Object)">BeginGetProfile</a></strong>(<ahref="../../../../System/AsyncCallback.html"title="class in System">AsyncCallback</a> callback,
java.lang.Object asyncState)</code>
<divclass="block">Starts an asynchronous profile read operation.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/GamerServices/Gamer.html"title="class in Microsoft.Xna.Framework.GamerServices">Gamer</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/GamerServices/Gamer.html#EndGetFromGamertag(System.IAsyncResult)">EndGetFromGamertag</a></strong>(<ahref="../../../../System/IAsyncResult.html"title="interface in System">IAsyncResult</a> result)</code> </td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/GamerServices/Gamer.html#EndGetPartnerToken(System.IAsyncResult)">EndGetPartnerToken</a></strong>(<ahref="../../../../System/IAsyncResult.html"title="interface in System">IAsyncResult</a> result)</code> </td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/GamerServices/GamerProfile.html"title="class in Microsoft.Xna.Framework.GamerServices">GamerProfile</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/GamerServices/Gamer.html#EndGetProfile(System.IAsyncResult)">EndGetProfile</a></strong>(<ahref="../../../../System/IAsyncResult.html"title="interface in System">IAsyncResult</a> result)</code>
<divclass="block">Ends an asynchronous profile read operation.</div>
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/GamerServices/Gamer.html"title="class in Microsoft.Xna.Framework.GamerServices">Gamer</a></code></td>
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/GamerServices/GamerProfile.html"title="class in Microsoft.Xna.Framework.GamerServices">GamerProfile</a></code></td>
<pre>public static <ahref="../../../../System/IAsyncResult.html"title="interface in System">IAsyncResult</a> BeginGetFromGamertag(java.lang.String gamertag,
<ahref="../../../../System/AsyncCallback.html"title="class in System">AsyncCallback</a> callback,
<pre>public static <ahref="../../../../System/IAsyncResult.html"title="interface in System">IAsyncResult</a> BeginGetPartnerToken(java.lang.String audienceUri,
<ahref="../../../../System/AsyncCallback.html"title="class in System">AsyncCallback</a> callback,
<pre>public <ahref="../../../../System/IAsyncResult.html"title="interface in System">IAsyncResult</a> BeginGetProfile(<ahref="../../../../System/AsyncCallback.html"title="class in System">AsyncCallback</a> callback,
java.lang.Object asyncState)</pre>
<divclass="block">Starts an asynchronous profile read operation.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>callback</code> - The method to be called once the asynchronous operation has finished.</dd><dd><code>asyncState</code> - State of the asynchronous operation.</dd></dl>
</li>
</ul>
<aname="EndGetFromGamertag(System.IAsyncResult)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>EndGetFromGamertag</h4>
<pre>public static <ahref="../../../../Microsoft/Xna/Framework/GamerServices/Gamer.html"title="class in Microsoft.Xna.Framework.GamerServices">Gamer</a> EndGetFromGamertag(<ahref="../../../../System/IAsyncResult.html"title="interface in System">IAsyncResult</a> result)</pre>
</li>
</ul>
<aname="EndGetPartnerToken(System.IAsyncResult)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>EndGetPartnerToken</h4>
<pre>public static java.lang.String EndGetPartnerToken(<ahref="../../../../System/IAsyncResult.html"title="interface in System">IAsyncResult</a> result)</pre>
</li>
</ul>
<aname="EndGetProfile(System.IAsyncResult)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>EndGetProfile</h4>
<pre>public <ahref="../../../../Microsoft/Xna/Framework/GamerServices/GamerProfile.html"title="class in Microsoft.Xna.Framework.GamerServices">GamerProfile</a> EndGetProfile(<ahref="../../../../System/IAsyncResult.html"title="interface in System">IAsyncResult</a> result)</pre>
<divclass="block">Ends an asynchronous profile read operation.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>result</code> - An IAsyncResult used to track the progress of the operation.</dd>
<pre>public static <ahref="../../../../Microsoft/Xna/Framework/GamerServices/Gamer.html"title="class in Microsoft.Xna.Framework.GamerServices">Gamer</a> GetFromGamertag(java.lang.String gamertag)</pre>
<pre>public <ahref="../../../../Microsoft/Xna/Framework/GamerServices/GamerProfile.html"title="class in Microsoft.Xna.Framework.GamerServices">GamerProfile</a> GetProfile()</pre>
<divclass="block">Reads profile data for this gamer.</div>
<li><ahref="../../../../Microsoft/Xna/Framework/GamerServices/GameDifficulty.html"title="enum in Microsoft.Xna.Framework.GamerServices"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/GamerServices/GamerCollection.html"title="class in Microsoft.Xna.Framework.GamerServices"><spanclass="strong">Next Class</span></a></li>