SqlSyncProvider Events

Public Events

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

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

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

This event is not CLS-compliant.
(Inherited from RelationalSyncProvider.)
Public event BatchApplied 
Occurs after each batch of changes has been applied to the destination.

This event is not CLS-compliant.
(Inherited from RelationalSyncProvider.)
Public event BatchSpooled 
Occurs after each batch of changes has been written to disk.

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

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

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

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

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

This event is not CLS-compliant.
(Inherited from RelationalSyncProvider.)

Top

See Also

Reference

SqlSyncProvider Class
Microsoft.Synchronization.Data.SqlServer Namespace