DbSyncSessionProgressEventArgs Members

Provides data for the SessionProgress event.

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

Public Constructors

  Name Description
Public method DbSyncSessionProgressEventArgs Initializes a new instance of the DbSyncSessionProgressEventArgs class by using synchronization session, synchronization stage, percent completed, scope progress, batch number, batch count, provider position, and progress stage parameters.

This constructor is not CLS-compliant.

Top

Public Properties

  Name Description
Public property BatchCount Gets the total number of batches to be processed in this synchronization session.

This property is not CLS-compliant.
Public property BatchNumber Gets the number of the batch that is currently being processed.

This property is not CLS-compliant.
Public property CompletedWork  Gets the amount of work that is currently completed in the session.

This property is not CLS-compliant. (Inherited from SyncStagedProgressEventArgs.)
Public property DbSyncStage Gets a DbSyncStage enumeration value that represents the current stage of synchronization.

This property is not CLS-compliant.
Public property GroupProgress Gets a DbSyncScopeProgress object that contains a set of progress statistics for a synchronization scope.

This property is not CLS-compliant.
Public property ReportingProvider  Gets the position of the provider that is associated with this event.

This property is not CLS-compliant. (Inherited from SyncStagedProgressEventArgs.)
Public property Session Gets a DbSyncSession object that contains metadata about the current synchronization session, such as the ID of the peer that is synchronizing.

This property is not CLS-compliant.
Public property Stage  Gets the current stage of the synchronization session.

This property is not CLS-compliant. (Inherited from SyncStagedProgressEventArgs.)
Public property TotalWork  Gets the total work for the session.

This property is not CLS-compliant. (Inherited from SyncStagedProgressEventArgs.)

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 Cc807405.static(en-us,SQL.105).gif 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

DbSyncSessionProgressEventArgs Class
Microsoft.Synchronization.Data Namespace