SyncOperationStatistics Members
Represents statistics about a bidirectional synchronization session.
The following tables list the members exposed by the SyncOperationStatistics type.
Public Properties
Name | Description | |
---|---|---|
DownloadChangesApplied | Gets the total number of changes that were successfully applied during the download session. | |
DownloadChangesFailed | Gets the total number of changes that were not applied during the download session. | |
DownloadChangesTotal | Gets the total number of changes that were tried during the download session. | |
SyncEndTime | Gets or sets the date and time when the synchronization session ended. | |
SyncStartTime | Gets or sets the date and time when the synchronization session started. | |
UploadChangesApplied | Gets the total number of changes that were successfully applied during the upload session. | |
UploadChangesFailed | Gets the total number of changes that failed to apply during the upload session. | |
UploadChangesTotal | Gets the total number of changes that were tried during the upload 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
SyncOperationStatistics Class
Microsoft.Synchronization Namespace