C# Класс Microsoft.WindowsAzure.Mobile.Files.Express.ExpressMobileServiceClientExtensions

Показать файл Открыть проект

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

Метод Описание
InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store, ILocalStorageProvider localStorage ) : IFileSyncContext
InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store, string basePath = "" ) : IFileSyncContext

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

InitializeExpressFileSyncContext() публичный статический Метод

public static InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store, ILocalStorageProvider localStorage ) : IFileSyncContext
client this
store IMobileServiceLocalStore
localStorage ILocalStorageProvider
Результат IFileSyncContext

InitializeExpressFileSyncContext() публичный статический Метод

public static InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store, string basePath = "" ) : IFileSyncContext
client this
store IMobileServiceLocalStore
basePath string
Результат IFileSyncContext