C# Class Microsoft.Samples.Synchronization.ClientServices.CacheController

Class used for synchronizing an offline cache with a remote sync service.
Afficher le fichier Open project: rafek/SyncFx Class Usage Examples

Méthodes publiques

Méthode Description
CacheController ( Uri serviceUri, string scopeName, OfflineSyncProvider localProvider ) : System
Refresh ( ) : CacheRefreshStatistics

Method that refreshes the Cache by uploading all modified changes and then downloading the server changes.

Method Details

CacheController() public méthode

public CacheController ( Uri serviceUri, string scopeName, OfflineSyncProvider localProvider ) : System
serviceUri System.Uri
scopeName string
localProvider OfflineSyncProvider
Résultat System

Refresh() public méthode

Method that refreshes the Cache by uploading all modified changes and then downloading the server changes.
public Refresh ( ) : CacheRefreshStatistics
Résultat CacheRefreshStatistics