SessionProgressEventArgs Members

Provides data for the SessionProgress event.

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

Public Constructors

  Name Description
Public method SessionProgressEventArgs Initializes a new instance of the SessionProgressEventArgs class by using synchronization stage, percent completed, and batch progress parameters.

Top

Public Properties

  Name Description
Public property BatchProgress Gets a SyncBatchProgress object that represents the progress of the current batch of changes that is synchronizing.
Public property PercentCompleted Gets the percentage of changes that have been completed for the current synchronization session.
Public property SyncStage Gets the SyncStage enumeration value that represents the current stage of synchronization.

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

SessionProgressEventArgs Class
Microsoft.Synchronization Namespace