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.