SyncBatchProgress Members
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