C# Class Microsoft.WindowsAzure.Mobile.Files.Express.WinAppsMobileServiceClientExtensions

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

Méthodes publiques

Méthode Description
InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store ) : IFileSyncContext
InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store, StorageFolder folder ) : IFileSyncContext
InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store, string basePath ) : Task

Method Details

InitializeExpressFileSyncContext() public static méthode

public static InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store ) : IFileSyncContext
client this
store IMobileServiceLocalStore
Résultat IFileSyncContext

InitializeExpressFileSyncContext() public static méthode

public static InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store, StorageFolder folder ) : IFileSyncContext
client this
store IMobileServiceLocalStore
folder Windows.Storage.StorageFolder
Résultat IFileSyncContext

InitializeExpressFileSyncContext() public static méthode

public static InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store, string basePath ) : Task
client this
store IMobileServiceLocalStore
basePath string
Résultat Task