SessionProgressEventArgs Class

Provides data for the SessionProgress event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Synchronization.SessionProgressEventArgs

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

Syntax

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

The SessionProgressEventArgs type exposes the following members.

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

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

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

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