Share via


DataSyncSessionProgressEventArgs Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Provides data for the SessionProgress event.

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

Public Constructors

  Name Description
DataSyncSessionProgressEventArgs Initializes a new instance of the DataSyncSessionProgressEventArgs class by using synchronization stage, percent completed, and batch progress parameters.This constructor is not CLS-compliant.

Top

Public Properties

  Name Description
BatchProgress Gets a SyncBatchProgress object that represents the progress of the current batch of changes that is synchronizing.This property is not CLS-compliant.
CompletedWork  Gets the amount of work completed in the session so far.This property is not CLS-compliant. (inherited from SessionProgressEventArgs)
SyncStage Gets a SyncStage enumeration value that represents the current stage of synchronization.This property is not CLS-compliant.
TotalWork  Gets the total work for the session.This property is not CLS-compliant. (inherited from SessionProgressEventArgs)

Top

Public Methods

(see also Protected Methods )

  Name Description
Equals  Overloaded. (inherited from Object )
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )

Top

See Also

Reference

DataSyncSessionProgressEventArgs Class
Microsoft.Synchronization.Data.Client Namespace