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

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

Méthodes publiques

Méthode Description
InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store, ILocalStorageProvider localStorage ) : IFileSyncContext
InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store, string basePath = "" ) : IFileSyncContext

Method Details

InitializeExpressFileSyncContext() public static méthode

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

InitializeExpressFileSyncContext() public static méthode

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