C# Class Conservatorio.ConsoleApp

Afficher le fichier Open project: abock/conservatorio

Méthodes publiques

Méthode Description
Main ( IEnumerable args ) : int
SyncUser ( string userId, bool syncFollowing ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
DisplayStatusBar ( int current, int total ) : void

Method Details

Main() public méthode

public Main ( IEnumerable args ) : int
args IEnumerable
Résultat int

SyncUser() public méthode

public SyncUser ( string userId, bool syncFollowing ) : System.Threading.Tasks.Task
userId string
syncFollowing bool
Résultat System.Threading.Tasks.Task