SyncGroupProgress Class

Represents a set of synchronization progress statistics for the tables in a SyncGroup.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Data.SyncGroupProgress

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SyncGroupProgress
'Usage
Dim instance As SyncGroupProgress
[SerializableAttribute]
public class SyncGroupProgress
[SerializableAttribute]
public ref class SyncGroupProgress
[<SerializableAttribute>]
type SyncGroupProgress =  class end
public class SyncGroupProgress

The SyncGroupProgress type exposes the following members.

Constructors

  Name Description
Public method SyncGroupProgress() Initializes a new instance of the SyncGroupProgress class by using default values.
Public method SyncGroupProgress(String) Initializes a new instance of the SyncGroupProgress class by using a group name parameter.
Public method SyncGroupProgress(SyncGroupMetadata, DataSet) Initializes a new instance of the SyncGroupProgress class by using group metadata and data set parameters.

Top

Properties

  Name Description
Public property Changes Gets the DataSet object that contains the changes that are to be synchronized.
Public property GroupName Gets or sets the name of the group of tables that are currently being synchronized.
Public property TablesProgress Gets a collection of SyncTableProgress objects.
Public property TotalChanges Gets the total number of changes that are to be applied during the synchronization session.
Public property TotalChangesApplied Gets the total number of changes that have been applied during the synchronization session.
Public property TotalChangesFailed Gets the total number of changes that have failed to be applied during the synchronization session.
Public property TotalChangesPending Gets the total number of changes that are pending for the synchronization session.
Public property TotalDeletes Gets the total number of deletes that are to be applied during the synchronization session.
Public property TotalInserts Gets the total number of inserts that are to be applied during the synchronization session.
Public property TotalUpdates Gets the total number of updates that are to be applied during the synchronization session.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FindTableProgress Returns a SyncTableProgress object that contains synchronization progress statistics for a table.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Synchronization.Data Namespace