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.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Parameters
- tableName
- Type: System::String
The name of the table for which to get the SyncAnchor object.
Return Value
Type: Microsoft.Synchronization.Data::SyncAnchorA SyncAnchor object that contains the time that the last change was received from the server.
Show: