C# Class MonkeyApp.Service.AzureDataStore

Inheritance: IDataStore
Mostra file Open project: jamesmontemagno/MonkeysApp-Workshop

Public Methods

Method Description
AzureDataStore ( ) : Microsoft.WindowsAzure.MobileServices
GetMonkeysAsync ( ) : Task>
Init ( ) : System.Threading.Tasks.Task

Method Details

AzureDataStore() public method

public AzureDataStore ( ) : Microsoft.WindowsAzure.MobileServices
return Microsoft.WindowsAzure.MobileServices

GetMonkeysAsync() public method

public GetMonkeysAsync ( ) : Task>
return Task>

Init() public method

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