SyncStagedProgressEventArgs Members
Provides data for the SessionProgress event.
The following tables list the members exposed by the SyncStagedProgressEventArgs type.
Public Constructors
Name | Description | |
---|---|---|
SyncStagedProgressEventArgs | Initializes a new instance of the SyncStagedProgressEventArgs class that contains the specified position of the provider associated with this event, the current stage of the session, the completed work value, and the total work value. |
Top
Public Properties
Name | Description | |
---|---|---|
CompletedWork | Gets the amount of work that is currently completed in the session. | |
ReportingProvider | Gets the position of the provider that is associated with this event. | |
Stage | Gets the current stage of the synchronization session. | |
TotalWork | Gets the total work for the session. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
SyncStagedProgressEventArgs Class
Microsoft.Synchronization Namespace