Share via


SyncBatchProgress Members

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

Represents progress information, including conflict information, for a batch of changes during a synchronization session.

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

Public Constructors

  Name Description
SyncBatchProgress Initializes a new instance of the SyncBatchProgress class by using batch number, batch count, more data, and progress parameters.

Top

Public Properties

  Name Description
BatchCount Gets the total number of batches to synchronize during a session.
BatchNumber Gets the current batch number that the session is processing.
MoreData Gets whether there are more changes to synchronize. This property always returns false in this version of the API.
Progress Gets a SyncGroupProgress object that the provider supplies, with detailed information about synchronization progress.

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

SyncBatchProgress Class
Microsoft.Synchronization.Data.Client Namespace