DbSyncProgressEventArgs Class

Provides data for the SyncProgress event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Synchronization.Data.DbSyncProgressEventArgs

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

Syntax

'Declaration
Public Class DbSyncProgressEventArgs _
    Inherits EventArgs
'Usage
Dim instance As DbSyncProgressEventArgs
public class DbSyncProgressEventArgs : EventArgs
public ref class DbSyncProgressEventArgs : public EventArgs
type DbSyncProgressEventArgs =  
    class
        inherit EventArgs
    end
public class DbSyncProgressEventArgs extends EventArgs

The DbSyncProgressEventArgs type exposes the following members.

Constructors

  Name Description
Public method DbSyncProgressEventArgs Initializes a new instance of the DbSyncProgressEventArgs class by using table progress, scope metadata, scope progress, and synchronization stage parameters.

Top

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

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
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