SyncStagedProgressEventArgs Class

Provides data for the SessionProgress event.

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

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

public class SyncStagedProgressEventArgs : EventArgs

The SyncStagedProgressEventArgs type exposes the following members.

  NameDescription
Public methodSyncStagedProgressEventArgsInitializes 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

  NameDescription
Public propertyCompletedWorkGets the amount of work that is currently completed in the session.
Public propertyReportingProviderGets the position of the provider that is associated with this event.
Public propertyStageGets the current stage of the synchronization session.
Public propertyTotalWorkGets the total work for the session.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: