C# Class CardIdleRemastered.AccountUpdater

Afficher le fichier Open project: AlexanderSharykin/CardIdleRemastered Class Usage Examples

Méthodes publiques

Méthode Description
AccountUpdater ( AccountModel account ) : System
Start ( ) : void
Stop ( ) : void
Sync ( ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
LoadBadgesAsync ( ) : System.Threading.Tasks.Task
LoadProfileAsync ( ) : System.Threading.Tasks.Task
SyncBanges ( object sender, EventArgs eventArgs ) : void
UpdateSecondCounter ( object sender, EventArgs eventArgs ) : void

Method Details

AccountUpdater() public méthode

public AccountUpdater ( AccountModel account ) : System
account AccountModel
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Sync() public méthode

public Sync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task