SystemUI.LaunchRecentPlayersAsync Method

Launches the recent players user interface.

Syntax

public:
static IAsyncAction^ LaunchRecentPlayersAsync(
         IUser^ requestingUser
)  

Parameters

requestingUser
Type: IUser 

The user performing the action.

Return value

Type: IAsyncAction 

Returns an IAsyncAction object that represents the state of the asynchronous operation. Completion of the asynchronous operation is signaled by using a handler that is passed to the IAsyncAction.Completed property.

Remarks

The recent players list contains users the current user has actively participated with in multiplayer sessions. The list is scoped to gameplay sessions, i.e., multiplayer sessions which have the constants/system/capability/gameplay property set to true in their template. The current user and other user must have set their status to Active in the session at the same time in order to show up in the list.

Requirements

Namespace: Windows.Xbox.UI

Metadata: windows.winmd

See also

Reference

SystemUI Class

SystemUI Members

Windows.Xbox.UI Namespace