IDestinationChangeVersionsBuilder2 Interface

Represents additional methods to build a list of metadata for changes.

Syntax

interface IDestinationChangeVersionsBuilder2 : IDestinationChangeVersionsBuilder

Members

IDestinationChangeVersionsBuilder2 method

Description

IDestinationChangeVersionsBuilder2::AddMergeTombstoneMetadata

Adds the specified merge tombstone to the list of destination items that is sent to a change applier.

Remarks

An IDestinationChangeVersionsBuilder2 object can be obtained by passing IID_IDestinationChangeVersionsBuilder2 to the QueryInterface method of an IDestinationChangeVersionsBuilder object.

An IDestinationChangeVersionsBuilder2 object is used to build a list of destination items that contains metadata from the destination replica for each item that is sent from the source provider. The change applier uses this list to perform conflict detection.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components