DbBatchSpooledEventArgs.TotalBatchesSpooled Property
Gets or sets the total number of change batches that were spooled to disk when the BatchSpooled event was raised.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property TotalBatchesSpooled As Integer
'Usage
Dim instance As DbBatchSpooledEventArgs
Dim value As Integer
value = instance.TotalBatchesSpooled
public int TotalBatchesSpooled { get; }
public:
property int TotalBatchesSpooled {
int get ();
}
/** @property */
public int get_TotalBatchesSpooled ()
public function get TotalBatchesSpooled () : int
Property Value
The total number of change batches that were spooled to disk when the BatchSpooled event was raised.
See Also
Reference
DbBatchSpooledEventArgs Class
DbBatchSpooledEventArgs Members
Microsoft.Synchronization.Data Namespace