SyncBatchProgress Constructor

Initializes a new instance of the SyncBatchProgress class by using batch number, batch count, more data, and progress parameters.

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

Syntax

'Declaration
Public Sub New ( _
    batchNumber As Integer, _
    batchCount As Integer, _
    moreData As Boolean, _
    progress As Object _
)
'Usage
Dim batchNumber As Integer
Dim batchCount As Integer
Dim moreData As Boolean
Dim progress As Object

Dim instance As New SyncBatchProgress(batchNumber, _
    batchCount, moreData, progress)
public SyncBatchProgress(
    int batchNumber,
    int batchCount,
    bool moreData,
    Object progress
)
public:
SyncBatchProgress(
    int batchNumber, 
    int batchCount, 
    bool moreData, 
    Object^ progress
)
new : 
        batchNumber:int * 
        batchCount:int * 
        moreData:bool * 
        progress:Object -> SyncBatchProgress
public function SyncBatchProgress(
    batchNumber : int, 
    batchCount : int, 
    moreData : boolean, 
    progress : Object
)

Parameters

  • batchNumber
    Type: System.Int32
    The number of the batch that is currently being synchronized.
  • batchCount
    Type: System.Int32
    The total number of batches to synchronize during a session.
  • moreData
    Type: System.Boolean
    Always returns false in this version of the API.
  • progress
    Type: System.Object
    An object that the provider supplies with detailed information about synchronization progress.

See Also

Reference

SyncBatchProgress Class

Microsoft.Synchronization Namespace