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.
public:
static IAsyncAction^ ShowSendInvitesAsync(
IUser^ requestingUser
)
requestingUser
Type: IUser
The user making the request.
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.
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.
Namespace: Windows.Xbox.UI
Metadata: windows.winmd