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 | |
---|---|---|
SyncSessionContext | Initializes a new instance of the SyncSessionContext class by using the specified ID format schema and callback object. |
Top
Properties
Name | Description | |
---|---|---|
ChangeApplierInfo | Gets or sets data for a serialized change applier. | |
ForgottenKnowledgeRecoveryRangeLowerBound | Gets or sets the lower bound of the recovery range when the session is performing forgotten knowledge recovery. | |
ForgottenKnowledgeRecoveryRangeUpperBound | Gets or sets the upper bound of the recovery range when the session is performing forgotten knowledge recovery. | |
SyncSessionStatus | Gets an Exception object that indicates why the synchronization session failed, if a failure occurred. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsCanceled | Indicates whether the synchronization session has been canceled. | |
MemberwiseClone | (Inherited from Object.) | |
OnProgressChanged | Reports synchronization progress to the application. | |
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.