ClientSyncProvider::SetTableReceivedAnchor Method
When overridden in a derived class, sets a SyncAnchor object that contains the time that the last change was received from the server.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: virtual void SetTableReceivedAnchor( String^ tableName, SyncAnchor^ anchor ) abstract
Parameters
- tableName
- Type: System::String
The name of the table for which to get the SyncAnchor object.
- anchor
- Type: Microsoft.Synchronization.Data::SyncAnchor
A SyncAnchor object, with the anchor value to persist.
Show: