Share via


SyncTableProgress Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a set of synchronization progress statistics for a table that is involved in peer synchronization.

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

Public Constructors

  Name Description
Public method SyncTableProgress Overloaded. Initializes a new instance of the SyncTableProgress class.

Top

Public Properties

  Name Description
Public property ChangesApplied Gets or sets the number of changes applied to a table during the synchronization session.
Public property ChangesFailed Gets or sets the number of changes that failed to be applied to a table during the synchronization session.
Public property ChangesPending Gets the number of pending changes to be applied to a table during the synchronization session.
Public property Conflicts Gets a collection of PeerDataSyncConflict objects that contain information about any conflicts that occurred for a table during the synchronization session.
Public property DataTable Gets or sets the DataTable object that contains the changes to be synchronized.
Public property Deletes Gets or sets the number of deletes that are applied to a table during the synchronization session.
Public property Inserts Gets or sets the number of inserts that are applied to a table during the synchronization session.
Public property RowIndex Gets or sets the index of the DataRow object that is currently being processed in the DataTable object that contains the changes to be synchronized.
Public property TableName Gets or sets the name of the table that is being synchronized.
Public property TotalChanges Gets the total number of changes that are applied to a table during the synchronization session.
Public property Updates Gets or sets the number of updates that are applied to a table during the synchronization session.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

SyncTableProgress Class
Microsoft.Synchronization.Data.Peer Namespace