GameService.NotifyPartnerTokenExpired(Uri) Method

Definition

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

audienceUri
Uri Uri

The specified Uri.

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.

Applies to