SqlCeReplication.BeginSynchronize Method
Starts an asynchronous data synchronization.
The IAsyncResult interface for the asynchronous operation that has been started by calling this function. You can use this interface for testing for completion, or waiting until synchronization ends.
Remarks
For information about asynchronous data synchronization in SQL Server Compact 3.5 SP1, see "Asynchronous Data Synchronization" in the SQL Server Compact 3.5 SP1 Books Online.
Overload List
Name | Description |
---|---|
SqlCeReplication.BeginSynchronize (AsyncCallback, Object) |
Starts an asynchronous data synchronization operation. When synchronization ends, the AsyncCallback delegates are called. During synchronization, no status reporting is performed.
|
SqlCeReplication.BeginSynchronize (AsyncCallback, OnStartTableUpload, OnStartTableDownload, OnSynchronization, Object) |
Starts an asynchronous data synchronization operation. When the synchronization ends, the AsyncCallback delegates are called. During the synchronization, synchronization status reports are sent to the SyncStatusReport delegates.
|
See Also
Reference
SqlCeReplication Class
SqlCeReplication Members
System.Data.SqlServerCe Namespace