博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Sync services Demo Update to beta2 runtime

Posted on 2007-08-18 18:09  江南白衣  阅读(301)  评论(0编辑  收藏  举报
    beta2的改动不是很大

Namespace Changes:

  • Added namespace (Microsoft.Synchronization) to host the most basic type that are common to upper layers
  • Change the name of Microsoft.Synchronization.Data.Client to Microsoft.Synchronization.Data.SqlServerCe


SyncAgent Changes:

  • Added Configuration property to host SyncTable and SyncParameter collections
  • Rename ClientSyncProvider and ServerSyncProvider properties to LocalProvider and RemoteProvider, respectively.

ServerProvider Changes:

  • The sync commands on the provider interface (SelectNewAnchorCommand and SelectClientIdCommand) require output parameters instead of return values. This is need for extensibility as you will see with batching.
  • Added ServerSyncProviderProxy type to save you from writing code on the client for n-tier scenario. The proxy will accept a web reference and will take care of loading the correct methods for you.

Demo下载地址:http://www.syncguru.com/Projects.aspx