GameInviteTask Constructor

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the GameInviteTask class.

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Sub New
public GameInviteTask()

Remarks

Launch the game invite by calling Show()()(). Obtain the result of the chooser operation, indicating if the game invite was successfully sent, by handling the Completed event.

Important Note:

Your application may be deactivated while the game invite is in the foreground. To ensure that your application receives the result of the GameInviteTask, the object must be declared with class scope within the PhoneApplicationPage class and you must call the chooser constructor and assign the Completed event delegate within the page’s constructor. For more information about how to handle the activation and deactivation of your application, seeApp activation and deactivation for Windows Phone 8.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

GameInviteTask Class

Microsoft.Phone.Tasks Namespace