Share via


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
    Get
    Friend Set
'Usage
Dim instance As DbBatchSpooledEventArgs
Dim value As Integer

value = instance.TotalBatchesSpooled
public int TotalBatchesSpooled { get; internal set; }
public:
property int TotalBatchesSpooled {
    int get ();
    internal: void set (int value);
}
member TotalBatchesSpooled : int with get, internal set
function get TotalBatchesSpooled () : int
internal function set TotalBatchesSpooled (value : int)

Property Value

Type: System.Int32
The total number of change batches that were spooled to disk when the BatchSpooled event was raised.

See Also

Reference

DbBatchSpooledEventArgs Class

Microsoft.Synchronization.Data Namespace