SyncSessionContext Class

Represents information about the current synchronization session.

System.Object
  Microsoft.Synchronization.SyncSessionContext

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

public class SyncSessionContext

The SyncSessionContext type exposes the following members.

  NameDescription
Public methodSyncSessionContextInitializes a new instance of the SyncSessionContext class by using the specified ID format schema and callback object.
Top

  NameDescription
Public propertyChangeApplierInfoGets or sets data for a serialized change applier.
Public propertyForgottenKnowledgeRecoveryRangeLowerBoundGets or sets the lower bound of the recovery range when the session is performing forgotten knowledge recovery.
Public propertyForgottenKnowledgeRecoveryRangeUpperBoundGets or sets the upper bound of the recovery range when the session is performing forgotten knowledge recovery.
Public propertySyncSessionStatusGets an Exception object that indicates why the synchronization session failed, if a failure occurred.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsCanceledIndicates whether the synchronization session has been canceled.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnProgressChangedReports synchronization progress to the application.
Public methodToString (Inherited from Object.)
Top

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: