SqlCeReplication.BeginSynchronize Method

Starts an asynchronous data synchronization.

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.

Supported by the .NET Compact Framework.
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.

Supported by the .NET Compact Framework.

See Also

Reference

SqlCeReplication Class
SqlCeReplication Members
System.Data.SqlServerCe Namespace