C# (CSharp) Microsoft.Samples.Synchronization.ClientServices Namespace

Nested Namespaces

Microsoft.Samples.Synchronization.ClientServices.Formatters

Classes

Name Description
CacheController Class used for synchronizing an offline cache with a remote sync service.
CacheRefreshStatistics Class that represents the stats for a sync session.
CacheRequest Wrapper Class representing all the related information about an Sync request
CacheRequestHandler Base class that will handle the processing of a CacheRequest
ChangeSet Denotes a list of changes that is either to be uploaded or downloaded.
ChangeSetResponse Denotes a response for the a ChangeSet that was uploaded.
HttpCacheRequestHandler A Http transport implementation for processing a CachedRequest.
OfflineEntityMetadata Class that represents the metadata required for the sync protocol to work correctly. Applications should not change these properties except when required by the protocol (the Id will change for an item that is inserted for the first time). The exception to this is the IsTombstone property, which should be set when the application is using a custom store and an item is being deleted. Applications using the IsolatedStorageOfflineContext should never set any properties.
OfflineSyncProvider
SyncConflict Represents a Synchronization related Conflict that was raised and handled on the server.
SyncError