SyncSessionContext Class

Represents information about the current synchronization session.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.SyncSessionContext

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

Syntax

'Declaration
Public Class SyncSessionContext
'Usage
Dim instance As SyncSessionContext
public class SyncSessionContext
public ref class SyncSessionContext
type SyncSessionContext =  class end
public class SyncSessionContext

The SyncSessionContext type exposes the following members.

Constructors

  Name Description
Public method SyncSessionContext Initializes a new instance of the SyncSessionContext class by using the specified ID format schema and callback object.

Top

Properties

  Name Description
Public property ChangeApplierInfo Gets or sets data for a serialized change applier.
Public property ForgottenKnowledgeRecoveryRangeLowerBound Gets or sets the lower bound of the recovery range when the session is performing forgotten knowledge recovery.
Public property ForgottenKnowledgeRecoveryRangeUpperBound Gets or sets the upper bound of the recovery range when the session is performing forgotten knowledge recovery.
Public property SyncSessionStatus Gets an Exception object that indicates why the synchronization session failed, if a failure occurred.

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.)
Public method IsCanceled Indicates whether the synchronization session has been canceled.
Protected method MemberwiseClone (Inherited from Object.)
Public method OnProgressChanged Reports synchronization progress to the application.
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