Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the SessionProgressEventArgs class by using synchronization stage, percent completed, and batch progress parameters.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Sub New ( _
syncStage As SyncStage, _
percentCompleted As Integer, _
batchProgress As SyncBatchProgress _
)
'Usage
Dim syncStage As SyncStage
Dim percentCompleted As Integer
Dim batchProgress As SyncBatchProgress
Dim instance As New SessionProgressEventArgs(syncStage, percentCompleted, batchProgress)
public SessionProgressEventArgs (
SyncStage syncStage,
int percentCompleted,
SyncBatchProgress batchProgress
)
public:
SessionProgressEventArgs (
SyncStage syncStage,
int percentCompleted,
SyncBatchProgress^ batchProgress
)
public SessionProgressEventArgs (
SyncStage syncStage,
int percentCompleted,
SyncBatchProgress batchProgress
)
public function SessionProgressEventArgs (
syncStage : SyncStage,
percentCompleted : int,
batchProgress : SyncBatchProgress
)
Parameters
- syncStage
A SyncStage enumeration value that represents the current stage of synchronization.
- percentCompleted
The percentage of changes that have been completed for the current synchronization session.
- batchProgress
A SyncBatchProgress object that represents the progress of the current batch of changes that is synchronizing.
See Also
Reference
SessionProgressEventArgs Class
SessionProgressEventArgs Members
Microsoft.Synchronization Namespace