C# 클래스 Microsoft.Samples.Synchronization.ClientServices.CacheController

Class used for synchronizing an offline cache with a remote sync service.
파일 보기 프로젝트 열기: rafek/SyncFx 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

CacheController() 공개 메소드

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

Refresh() 공개 메소드

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