Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
)
public SyncBatchProgress (
int batchNumber,
int batchCount,
boolean moreData,
Object progress
)
public function SyncBatchProgress (
batchNumber : int,
batchCount : int,
moreData : boolean,
progress : Object
)
Parameters
- batchNumber
The number of the batch that is currently being synchronized.
- batchCount
The total number of batches to synchronize during a session.
- moreData
Always returns false in this version of the API.
- progress
An object that the provider supplies with detailed information about synchronization progress.
See Also
Reference
SyncBatchProgress Class
SyncBatchProgress Members
Microsoft.Synchronization Namespace