Share via


SyncProgressEventArgs Members

Provides data for the client SyncProgress event and the server SyncProgress event.

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

Public Constructors

  Name Description
SyncProgressEventArgs Initializes a new instance of the SyncProgressEventArgs class by using table metadata, table progress, group metadata, group progress, and synchronization stage parameters.

Top

Public Properties

  Name Description
Bb734536.pubproperty(en-US,SQL.90).gif GroupMetadata Gets a SyncGroupMetadata object that represents the metadata for a synchronization group, such as the names of the tables in the group.
Bb734536.pubproperty(en-US,SQL.90).gif GroupProgress Gets a SyncGroupProgress object that contains a set of progress statistics for a synchronization group.
Bb734536.pubproperty(en-US,SQL.90).gif SyncStage Gets a SyncStage enumeration value that represents the current stage of synchronization.
Bb734536.pubproperty(en-US,SQL.90).gif TableMetadata Gets a SyncTableMetadata object that contains metadata for a table, such as the direction of synchronization.
Bb734536.pubproperty(en-US,SQL.90).gif TableProgress Gets a SyncTableProgress object that contains synchronization progress statistics for a table.

Top

Public Methods

(see also Protected Methods )

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

Top

Protected Methods

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

Top

See Also

Reference

SyncProgressEventArgs Class
Microsoft.Synchronization.Data Namespace