C# Class Microsoft.WindowsAzure.MobileServices.Files.Express.LocalStorageSyncHandler

Inheritance: IFileSyncHandler
Afficher le fichier Open project: Azure/azure-mobile-apps-net-files-client Class Usage Examples

Méthodes publiques

Méthode Description
GetDataSource ( MobileServiceFileMetadata metadata ) : Task
LocalStorageSyncHandler ( ILocalStorageProvider localStorage, IMobileServiceFilesClient client ) : Microsoft.WindowsAzure.MobileServices.Files.Express.LocalStorage
ProcessFileSynchronizationAction ( MobileServiceFile file, FileSynchronizationAction action ) : System.Threading.Tasks.Task

Method Details

GetDataSource() public méthode

public GetDataSource ( MobileServiceFileMetadata metadata ) : Task
metadata Microsoft.WindowsAzure.MobileServices.Files.Metadata.MobileServiceFileMetadata
Résultat Task

LocalStorageSyncHandler() public méthode

public LocalStorageSyncHandler ( ILocalStorageProvider localStorage, IMobileServiceFilesClient client ) : Microsoft.WindowsAzure.MobileServices.Files.Express.LocalStorage
localStorage ILocalStorageProvider
client IMobileServiceFilesClient
Résultat Microsoft.WindowsAzure.MobileServices.Files.Express.LocalStorage

ProcessFileSynchronizationAction() public méthode

public ProcessFileSynchronizationAction ( MobileServiceFile file, FileSynchronizationAction action ) : System.Threading.Tasks.Task
file MobileServiceFile
action FileSynchronizationAction
Résultat System.Threading.Tasks.Task