SyncAnchor Class
Encapsulates a synchronization anchor. An anchor provides a reference point to determine which changes to synchronize for a synchronization group.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The SyncAnchor type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SyncAnchor() | Initializes a new instance of the SyncAnchor class by using default values. |
![]() | SyncAnchor(Byte[]) | Initializes a new instance of the SyncAnchor class by using an anchor parameter. |
![]() | SyncAnchor(SyncAnchor) | Initializes a new instance of the SyncAnchor class by using an existing SyncAnchor object as a parameter. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Equals(SyncAnchor) | Determines whether two SyncAnchor objects are equal to each other. |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IsNull | Determines whether a SyncAnchor is null. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
During the current synchronization, the new anchor command provides a new anchor value. Changes that are made after the last received anchor value and before the new received anchor value are synchronized. The new received anchor is then stored and used as the last received anchor value for the next synchronization. For more information, see the "Determining Which Data Changes to Download to a Client" section of Tracking Changes in the Server Database.
Show:
