InviteAcceptedEventArgs Constructor
Initializes a new instance of InviteAcceptedEventArgs by using a gamer that is signed in and a Boolean value that indicates if the invitation is for the current local session.
Syntax
'Declaration
Public Sub New ( _
gamer As SignedInGamer, _
isCurrentSession As Boolean _
)
public InviteAcceptedEventArgs (
SignedInGamer gamer,
bool isCurrentSession
)
public:
InviteAcceptedEventArgs(
SignedInGamer gamer,
bool isCurrentSession
)
Parameters
- gamer
Type: SignedInGamer
The gamer who is accepting the game invitation. - isCurrentSession
Type: Boolean
Indicates if the invitation is for the current local session.
Requirements
Namespace: Microsoft.Xna.Framework.GamerServices
Assembly: Microsoft.Xna.Framework.GamerServices (in microsoft.xna.framework.gamerservices.dll)
See Also
Reference
InviteAcceptedEventArgs Class
InviteAcceptedEventArgs Members
Microsoft.Xna.Framework.GamerServices Namespace
Platforms
Windows Phone