ClientSyncProvider::GetTableReceivedAnchor Method

When overridden in a derived class, gets a SyncAnchor object that contains the time that the last change was received from the server.

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

public:
virtual SyncAnchor^ GetTableReceivedAnchor(
	String^ tableName
) abstract

Parameters

tableName
Type: System::String
The name of the table for which to get the SyncAnchor object.

Return Value

Type: Microsoft.Synchronization.Data::SyncAnchor
A SyncAnchor object that contains the time that the last change was received from the server.
Show: