Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Provides data for the SessionProgress event.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Synchronization.SessionProgressEventArgs
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Class SessionProgressEventArgs _
Inherits EventArgs
'Usage
Dim instance As SessionProgressEventArgs
public class SessionProgressEventArgs : EventArgs
public ref class SessionProgressEventArgs : public EventArgs
type SessionProgressEventArgs =
class
inherit EventArgs
end
public class SessionProgressEventArgs extends EventArgs
The SessionProgressEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SessionProgressEventArgs | Initializes a new instance of the SessionProgressEventArgs class by using synchronization stage, percent completed, and batch progress parameters. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
BatchProgress | Gets a SyncBatchProgress object that represents the progress of the current batch of changes that is synchronizing. |
![]() |
PercentCompleted | Gets the percentage of changes that have been completed for the current synchronization session. |
![]() |
SyncStage | Gets the SyncStage enumeration value that represents the current stage of synchronization. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)