C# Class BudgetAnalyser.Engine.Mobile.S3MobileDataUploader

Inheritance: IMobileDataUploader
Show file Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
UploadDataFileAsync ( string data, string storageKeyId, string storageSecret, string region ) : System.Threading.Tasks.Task

Method Details

UploadDataFileAsync() public method

public UploadDataFileAsync ( string data, string storageKeyId, string storageSecret, string region ) : System.Threading.Tasks.Task
data string
storageKeyId string
storageSecret string
region string
return System.Threading.Tasks.Task