GameService.NotifyPartnerTokenExpired(Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invalidate the cached partner token for the specified Uri.
public:
static void NotifyPartnerTokenExpired(Uri ^ audienceUri);
static void NotifyPartnerTokenExpired(Uri const& audienceUri);
public static void NotifyPartnerTokenExpired(System.Uri audienceUri);
function notifyPartnerTokenExpired(audienceUri)
Public Shared Sub NotifyPartnerTokenExpired (audienceUri As Uri)
Parameters
Remarks
If the partner token returned by GetPartnerTokenAsync has expired this notifies the game service API to remove any cached data so that the next call will return a new partner token.
All members of the Windows.Phone.System.UserProfile.GameServices.Core namespace can only be used by the XBox Live SDK. These APIs cannot be called except by applications that have the ID_CAP_GAMERSERVICES capability.