SyncStatistics Members

Represents a summary of a SyncSession with regard to the total number of operations that occurred on the client and server.

The following tables list the members exposed by the SyncStatistics type.

Public Constructors

  Name Description
SyncStatistics Initializes a new instance of the SyncStatistics class.

Top

Public Properties

  Name Description
Bb734438.pubproperty(en-US,SQL.90).gif DownloadChangesApplied Gets or sets the number of changes downloaded from the server that were applied at the client.
Bb734438.pubproperty(en-US,SQL.90).gif DownloadChangesFailed Gets or sets the number of changes downloaded from the server that could not be applied at the client.
Bb734438.pubproperty(en-US,SQL.90).gif SyncCompleteTime Gets or sets the time when a SyncSession ended.
Bb734438.pubproperty(en-US,SQL.90).gif SyncStartTime Gets or sets the time when a SyncSession started.
Bb734438.pubproperty(en-US,SQL.90).gif TotalChangesDownloaded Gets or sets the total number of changes downloaded from the server. This includes the changes that could not be applied at the client.
Bb734438.pubproperty(en-US,SQL.90).gif TotalChangesUploaded Gets or sets the total number of changes uploaded from the client. This includes the changes that could not be applied at the server.
Bb734438.pubproperty(en-US,SQL.90).gif UploadChangesApplied Gets or sets the number of changes uploaded from the client that were applied at the server.
Bb734438.pubproperty(en-US,SQL.90).gif UploadChangesFailed Gets or sets the number of changes uploaded from the client that could not be applied at the server.

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb734438.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
Bb734438.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
Bb734438.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
Bb734438.pubmethod(en-US,SQL.90).gif Bb734438.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
Bb734438.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Bb734438.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
Bb734438.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SyncStatistics Class
Microsoft.Synchronization.Data Namespace