C# Class Conservatorio.ConsoleApp

Show file Open project: abock/conservatorio

Public Methods

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

Private Methods

Method Description
DisplayStatusBar ( int current, int total ) : void

Method Details

Main() public method

public Main ( IEnumerable args ) : int
args IEnumerable
return int

SyncUser() public method

public SyncUser ( string userId, bool syncFollowing ) : System.Threading.Tasks.Task
userId string
syncFollowing bool
return System.Threading.Tasks.Task