I implemented a VB.Net application for synchronize an SQL Server 2008 database with a SQL Compact 3.5 database. I´m using Microsoft Sync Framework and Microsoft Sync Services for ADO.NET. I also implemented my own SyncProviders. I need to
force stop synchronization, to check if my sync groups are consistent after the synchronization process was unexpectedly finished. The SyncAgent class has a Synchronize method, but I didn´t found any method to Stop() it (for example in an different
thread of the sync).
I will appreciate any suggestions.
Thanks,
Alina