GetLastSyncAnchorForDestination Method

Retrieves the last known sync anchor for the specified destination and table

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Data
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Protected Function GetLastSyncAnchorForDestination ( _
    destinationId As Guid, _
    tableName As String _
) As Long
'Usage
Dim destinationId As Guid
Dim tableName As String
Dim returnValue As Long

returnValue = Me.GetLastSyncAnchorForDestination(destinationId, _
    tableName)
protected long GetLastSyncAnchorForDestination(
    Guid destinationId,
    string tableName
)
protected:
long long GetLastSyncAnchorForDestination(
    Guid destinationId, 
    String^ tableName
)

Parameters

Return Value

Type: System.Int64
Last known sync anchor for the specified destination and table

See Also

Reference

ChangeTrackingProviderBase Class

Microsoft.Dynamics.Commerce.Runtime.Data Namespace