C# Class Microsoft.Xna.Framework.GamerServices.SignedInGamer

Inheritance: Microsoft.Xna.Framework.GamerServices.Gamer
Mostra file Open project: procfxgen/MGShaderEditor Class Usage Examples

Public Methods

Method Description
AwardAchievement ( string achievementId ) : void
AwardAchievement ( string achievementId, double percentageComplete ) : void
BeginAuthentication ( AsyncCallback callback, Object asyncState ) : IAsyncResult
BeginAwardAchievement ( string achievementId, AsyncCallback callback, Object state ) : IAsyncResult
BeginAwardAchievement ( string achievementId, double percentageComplete, AsyncCallback callback, Object state ) : IAsyncResult
BeginGetAchievements ( AsyncCallback callback, Object asyncState ) : IAsyncResult
DoAwardAchievement ( string achievementId, double percentageComplete ) : void
EndAuthentication ( IAsyncResult result ) : void
EndAwardAchievement ( IAsyncResult result ) : void
EndGetAchievements ( IAsyncResult result ) : AchievementCollection
GetAchievements ( ) : AchievementCollection
GetFriends ( ) : FriendCollection
IsFriend ( Microsoft.Xna.Framework.GamerServices.Gamer gamer ) : bool
ResetAchievements ( ) : void
SignedInGamer ( ) : System
UpdateScore ( string aCategory, long aScore ) : void

Protected Methods

Method Description
OnSignedIn ( SignedInEventArgs e ) : void
OnSignedOut ( SignedOutEventArgs e ) : void

Private Methods

Method Description
AuthenticationCompletedCallback ( IAsyncResult result ) : void
AwardAchievementCompletedCallback ( IAsyncResult result ) : void
DoAuthentication ( ) : void
GetAchievementCompletedCallback ( IAsyncResult result ) : void

Method Details

AwardAchievement() public method

public AwardAchievement ( string achievementId ) : void
achievementId string
return void

AwardAchievement() public method

public AwardAchievement ( string achievementId, double percentageComplete ) : void
achievementId string
percentageComplete double
return void

BeginAuthentication() public method

public BeginAuthentication ( AsyncCallback callback, Object asyncState ) : IAsyncResult
callback AsyncCallback
asyncState Object
return IAsyncResult

BeginAwardAchievement() public method

public BeginAwardAchievement ( string achievementId, AsyncCallback callback, Object state ) : IAsyncResult
achievementId string
callback AsyncCallback
state Object
return IAsyncResult

BeginAwardAchievement() public method

public BeginAwardAchievement ( string achievementId, double percentageComplete, AsyncCallback callback, Object state ) : IAsyncResult
achievementId string
percentageComplete double
callback AsyncCallback
state Object
return IAsyncResult

BeginGetAchievements() public method

public BeginGetAchievements ( AsyncCallback callback, Object asyncState ) : IAsyncResult
callback AsyncCallback
asyncState Object
return IAsyncResult

DoAwardAchievement() public method

public DoAwardAchievement ( string achievementId, double percentageComplete ) : void
achievementId string
percentageComplete double
return void

EndAuthentication() public method

public EndAuthentication ( IAsyncResult result ) : void
result IAsyncResult
return void

EndAwardAchievement() public method

public EndAwardAchievement ( IAsyncResult result ) : void
result IAsyncResult
return void

EndGetAchievements() public method

public EndGetAchievements ( IAsyncResult result ) : AchievementCollection
result IAsyncResult
return AchievementCollection

GetAchievements() public method

public GetAchievements ( ) : AchievementCollection
return AchievementCollection

GetFriends() public method

public GetFriends ( ) : FriendCollection
return FriendCollection

IsFriend() public method

public IsFriend ( Microsoft.Xna.Framework.GamerServices.Gamer gamer ) : bool
gamer Microsoft.Xna.Framework.GamerServices.Gamer
return bool

OnSignedIn() protected method

protected OnSignedIn ( SignedInEventArgs e ) : void
e SignedInEventArgs
return void

OnSignedOut() protected method

protected OnSignedOut ( SignedOutEventArgs e ) : void
e SignedOutEventArgs
return void

ResetAchievements() public method

public ResetAchievements ( ) : void
return void

SignedInGamer() public method

public SignedInGamer ( ) : System
return System

UpdateScore() public method

public UpdateScore ( string aCategory, long aScore ) : void
aCategory string
aScore long
return void