Launches the recent players user interface.
public:
static IAsyncAction^ LaunchRecentPlayersAsync(
IUser^ requestingUser
)
requestingUser
Type: IUser
The user performing the action.
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.
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.
Namespace: Windows.Xbox.UI
Metadata: windows.winmd