C# Class BeerDrinkin.DataStore.Azure.StoreManager

Inheritance: IStoreManager
Show file Open project: MikeCodesDotNet/Beer-Drinkin

Public Methods

Method Description
DropEverythingAsync ( ) : System.Threading.Tasks.Task
InitializeAsync ( ) : System.Threading.Tasks.Task
SyncAllAsync ( bool syncUserSpecific ) : Task

Method Details

DropEverythingAsync() public method

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

InitializeAsync() public method

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

SyncAllAsync() public method

public SyncAllAsync ( bool syncUserSpecific ) : Task
syncUserSpecific bool
return Task