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

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

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

Метод Описание
InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store ) : IFileSyncContext
InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store, StorageFolder folder ) : IFileSyncContext
InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store, string basePath ) : Task

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

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

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

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

public static InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store, StorageFolder folder ) : IFileSyncContext
client this
store IMobileServiceLocalStore
folder Windows.Storage.StorageFolder
Результат IFileSyncContext

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

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