SyncStagedProgressEventArgs Class

Provides data for the SessionProgress event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Synchronization.SyncStagedProgressEventArgs
      Microsoft.Synchronization.Data.DbSyncSessionProgressEventArgs

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

Syntax

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

The SyncStagedProgressEventArgs type exposes the following members.

Constructors

  Name Description
Public method SyncStagedProgressEventArgs Initializes a new instance of the SyncStagedProgressEventArgs class that contains the specified position of the provider associated with this event, the current stage of the session, the completed work value, and the total work value.

Top

Properties

  Name Description
Public property CompletedWork Gets the amount of work that is currently completed in the session.
Public property ReportingProvider Gets the position of the provider that is associated with this event.
Public property Stage Gets the current stage of the synchronization session.
Public property TotalWork Gets the total work for the session.

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

Remarks

SessionProgress occurs periodically during a synchronization session to communicate the progress of the session.

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 Namespace