C# Класс Microsoft.WindowsAzure.MobileServices.Files.Express.MobileServiceExpressFileSyncContext

Наследование: MobileServiceFileSyncContext
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AddFileAsync() публичный Метод

public AddFileAsync ( MobileServiceFile file, Stream stream ) : Task
file MobileServiceFile
stream System.IO.Stream
Результат Task

DeleteFileAsync() публичный Метод

public DeleteFileAsync ( MobileServiceFile file ) : System.Threading.Tasks.Task
file MobileServiceFile
Результат System.Threading.Tasks.Task

GetFileAsync() публичный Метод

public GetFileAsync ( MobileServiceFile file ) : Task
file MobileServiceFile
Результат Task

MobileServiceExpressFileSyncContext() публичный Метод

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
Результат Microsoft.WindowsAzure.MobileServices.Files.Express.LocalStorage