SystemUI.ShowSendInvitesAsync Method

Shows the invite UI.

Note This method is used by the 2014 Multiplayer during implementation of an invite to a game party. In contrast, the 2015 Multiplayer uses the SystemUI.ShowSendGameInvitesAsync Method, which handles an invite to a game session.

Syntax

public:
static IAsyncAction^ ShowSendInvitesAsync(
         IUser^ requestingUser
)  

Parameters

requestingUser
Type: IUser 

The user making the request.

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

ShowSendInvitesAsync displays the invite UI and allows the user to select people from the user’s people list and invite them to join the user’s party.

Requirements

Namespace: Windows.Xbox.UI

Metadata: windows.winmd

See also

Reference

SystemUI Class

SystemUI Members

Windows.Xbox.UI Namespace