C# Class CoffeeCups.AzureService

Show file Open project: jamesmontemagno/app-coffeecups Class Usage Examples

Public Methods

Method Description
AddCoffee ( bool atHome ) : Task
GetCoffees ( ) : Task>
Initialize ( ) : System.Threading.Tasks.Task
LoginAsync ( ) : Task
SyncCoffee ( ) : System.Threading.Tasks.Task

Method Details

AddCoffee() public method

public AddCoffee ( bool atHome ) : Task
atHome bool
return Task

GetCoffees() public method

public GetCoffees ( ) : Task>
return Task>

Initialize() public method

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

LoginAsync() public method

public LoginAsync ( ) : Task
return Task

SyncCoffee() public method

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