C# Класс Microsoft.Samples.Synchronization.ClientServices.CacheController

Class used for synchronizing an offline cache with a remote sync service.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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