C# Class Microsoft.WindowsAzure.MobileServices.Files.Express.MobileServiceExpressFileSyncContext

Inheritance: MobileServiceFileSyncContext
Datei anzeigen Open project: Azure/azure-mobile-apps-net-files-client

Public Methods

Method Description
AddFileAsync ( MobileServiceFile file, Stream stream ) : Task
DeleteFileAsync ( MobileServiceFile file ) : System.Threading.Tasks.Task
GetFileAsync ( MobileServiceFile file ) : Task
MobileServiceExpressFileSyncContext ( IMobileServiceClient client, IFileMetadataStore metadataStore, IFileOperationQueue operationsQueue, IFileSyncTriggerFactory syncTriggerFactory, IFileSyncHandler syncHandler, IMobileServiceFilesClient filesClient, ILocalStorageProvider localStorage ) : Microsoft.WindowsAzure.MobileServices.Files.Express.LocalStorage

Method Details

AddFileAsync() public method

public AddFileAsync ( MobileServiceFile file, Stream stream ) : Task
file MobileServiceFile
stream System.IO.Stream
return Task

DeleteFileAsync() public method

public DeleteFileAsync ( MobileServiceFile file ) : System.Threading.Tasks.Task
file MobileServiceFile
return System.Threading.Tasks.Task

GetFileAsync() public method

public GetFileAsync ( MobileServiceFile file ) : Task
file MobileServiceFile
return Task

MobileServiceExpressFileSyncContext() public method

public MobileServiceExpressFileSyncContext ( IMobileServiceClient client, IFileMetadataStore metadataStore, IFileOperationQueue operationsQueue, IFileSyncTriggerFactory syncTriggerFactory, IFileSyncHandler syncHandler, IMobileServiceFilesClient filesClient, ILocalStorageProvider localStorage ) : Microsoft.WindowsAzure.MobileServices.Files.Express.LocalStorage
client IMobileServiceClient
metadataStore IFileMetadataStore
operationsQueue IFileOperationQueue
syncTriggerFactory IFileSyncTriggerFactory
syncHandler IFileSyncHandler
filesClient IMobileServiceFilesClient
localStorage ILocalStorageProvider
return Microsoft.WindowsAzure.MobileServices.Files.Express.LocalStorage