SyncAnchor Class

Encapsulates a synchronization anchor. An anchor provides a reference point to determine which changes to synchronize for a synchronization group.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SyncAnchor
'Usage
Dim instance As SyncAnchor
[SerializableAttribute] 
public class SyncAnchor
[SerializableAttribute] 
public ref class SyncAnchor
/** @attribute SerializableAttribute() */ 
public class SyncAnchor
SerializableAttribute 
public class SyncAnchor

Remarks

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.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Data.SyncAnchor

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

SyncAnchor Members
Microsoft.Synchronization.Data Namespace