ClientSyncProvider::SetTableSentAnchor Method

When overridden in a derived class, sets a SyncAnchor object that contains the time that the last change was sent from the client.

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

public:
virtual void SetTableSentAnchor(
	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: