Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 _
)
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncBatchProgress Class
SyncBatchProgress Members
Microsoft.Synchronization Namespace