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

Inheritance: MobileServiceFileSyncContext
Afficher le fichier Open project: Azure/azure-mobile-apps-net-files-client

Méthodes publiques

Méthode 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 méthode

public AddFileAsync ( MobileServiceFile file, Stream stream ) : Task
file MobileServiceFile
stream System.IO.Stream
Résultat Task

DeleteFileAsync() public méthode

public DeleteFileAsync ( MobileServiceFile file ) : System.Threading.Tasks.Task
file MobileServiceFile
Résultat System.Threading.Tasks.Task

GetFileAsync() public méthode

public GetFileAsync ( MobileServiceFile file ) : Task
file MobileServiceFile
Résultat Task

MobileServiceExpressFileSyncContext() public méthode

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
Résultat Microsoft.WindowsAzure.MobileServices.Files.Express.LocalStorage