C# Class CardIdleRemastered.AccountUpdater

Exibir arquivo Open project: AlexanderSharykin/CardIdleRemastered Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public AccountUpdater ( AccountModel account ) : System
account AccountModel
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Sync() public method

public Sync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task