DbBatchAppliedEventArgs.TotalBatchesToApply Property

Gets the total number of change batches to apply during this synchronization session.

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

Syntax

'Declaration
Public ReadOnly Property TotalBatchesToApply As Integer
    Get
'Usage
Dim instance As DbBatchAppliedEventArgs
Dim value As Integer

value = instance.TotalBatchesToApply
public int TotalBatchesToApply { get; }
public:
property int TotalBatchesToApply {
    int get ();
}
member TotalBatchesToApply : int
function get TotalBatchesToApply () : int

Property Value

Type: System.Int32
The total number of change batches to apply during this synchronization session.

See Also

Reference

DbBatchAppliedEventArgs Class

Microsoft.Synchronization.Data Namespace