RelationalSyncProvider.BatchSpooled Event

Occurs after each batch of changes has been written to disk.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

'Declaration
Public Event BatchSpooled As EventHandler(Of DbBatchSpooledEventArgs)
'Usage
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbBatchSpooledEventArgs)

AddHandler instance.BatchSpooled, handler

By default, Sync Framework delivers changes to each node in a single DataSet object. The BatchSpooled event is fired only when changes are delivered in batches. For more information, see How to: Deliver Changes in Batches (SQL Server).

Show: