DbSyncProgressEventArgs Members

Provides data for the SyncProgress event.

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

Public Constructors

  Name Description
Public method DbSyncProgressEventArgs  

Top

Public Properties

  Name Description
Public property ScopeMetadata Gets a DbSyncScopeMetaData object that represents the metadata for a synchronization scope, such as the synchronization knowledge for the scope.
Public property ScopeProgress Gets a DbSyncScopeProgress object that contains a set of progress statistics for a synchronization scope.
Public property Stage Gets a DbSyncStage enumeration value that represents the current stage of synchronization.
Public property TableProgress Gets a DbSyncTableProgress object that contains synchronization progress statistics for a table.

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

DbSyncProgressEventArgs Class
Microsoft.Synchronization.Data Namespace