SyncStagedProgressEventArgs Class

Provides data for the SessionProgress event.

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
public class SyncStagedProgressEventArgs extends EventArgs
public class SyncStagedProgressEventArgs extends EventArgs

Remarks

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

Inheritance Hierarchy

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

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

SyncStagedProgressEventArgs Members
Microsoft.Synchronization Namespace