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

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

Public Methods

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

public CacheController ( Uri serviceUri, string scopeName, OfflineSyncProvider localProvider ) : System
serviceUri System.Uri
scopeName string
localProvider OfflineSyncProvider
return System

Refresh() public method

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