DbSyncProvider Events

Public Events

  Name Description
Public event ApplyChangeFailed
Occurs during uploading, after failing to apply a row at a peer.

This event is not CLS-compliant.
Public event ApplyingChanges
Occurs during uploading, after connecting to the database but before applying changes.

This event is not CLS-compliant.
Public event ApplyMetadataFailed
Occurs during uploading, after failing to apply metadata for a row.

This event is not CLS-compliant.
Public event ChangesApplied
Occurs during uploading, after applying changes but before disconnecting from the database.

This event is not CLS-compliant.
Public event ChangesSelected
Occurs during downloading, after enumerating changes but before disconnecting from the database.

This event is not CLS-compliant.
Public event SelectingChanges
Occurs during downloading, after connecting to the database but before selecting changes.

This event is not CLS-compliant.
Public event SyncPeerOutdated
Occurs before enumeration of changes if the destination node is outdated.

This event is not CLS-compliant.
Public event SyncProgress
Occurs during the selection of changes (per table) and the application of changes (per row).

This event is not CLS-compliant.

Top

See Also

Reference

DbSyncProvider Class
Microsoft.Synchronization.Data Namespace