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

Inheritance: IFileSyncHandler
Datei anzeigen Open project: Azure/azure-mobile-apps-net-files-client Class Usage Examples

Public Methods

Method 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 method

public GetDataSource ( MobileServiceFileMetadata metadata ) : Task
metadata Microsoft.WindowsAzure.MobileServices.Files.Metadata.MobileServiceFileMetadata
return Task

LocalStorageSyncHandler() public method

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

ProcessFileSynchronizationAction() public method

public ProcessFileSynchronizationAction ( MobileServiceFile file, FileSynchronizationAction action ) : System.Threading.Tasks.Task
file MobileServiceFile
action FileSynchronizationAction
return System.Threading.Tasks.Task