This topic has not yet been rated - Rate this topic

ClientSyncProvider.GetTableSentAnchor Method

When overridden in a derived class, gets 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 abstract SyncAnchor GetTableSentAnchor (
	string tableName
)
public abstract SyncAnchor GetTableSentAnchor (
	String tableName
)
public abstract function GetTableSentAnchor (
	tableName : String
) : SyncAnchor

Parameters

tableName

The name of the table for which to get the SyncAnchor object.

Return Value

A SyncAnchor object that contains the time that the last change was sent from the client.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.