Method | Description | |
---|---|---|
DeleteTodoItemAsync ( AzureTodo.TodoItem item ) : System.Threading.Tasks.Task |
Deletes the todo item from Azure storage async.
|
|
GetTodoItemAsync ( string id ) : Task |
Gets the todo item async.
|
|
GetTodoItemsAsync ( ) : Task
|
Gets all todo items async.
|
|
SaveTodoItemAsync ( AzureTodo.TodoItem item ) : System.Threading.Tasks.Task |
Saves the todo item to Azure storage async.
|
|
TodoItemManager ( ) : System |
public DeleteTodoItemAsync ( AzureTodo.TodoItem item ) : System.Threading.Tasks.Task | ||
item | AzureTodo.TodoItem | The Item to delete. |
return | System.Threading.Tasks.Task |
public GetTodoItemAsync ( string id ) : Task |
||
id | string | The ID of the item to get. |
return | Task |
public SaveTodoItemAsync ( AzureTodo.TodoItem item ) : System.Threading.Tasks.Task | ||
item | AzureTodo.TodoItem | The Item to save. |
return | System.Threading.Tasks.Task |