IChangeDataRetriever Interface

Represents the mechanism by which the destination provider retrieves item data from the source provider.

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

Syntax

'Declaration
Public Interface IChangeDataRetriever
'Usage
Dim instance As IChangeDataRetriever
public interface IChangeDataRetriever
public interface class IChangeDataRetriever
type IChangeDataRetriever =  interface end
public interface IChangeDataRetriever

The IChangeDataRetriever type exposes the following members.

Properties

  Name Description
Public property IdFormats Gets the ID format schema of the provider.

Top

Methods

  Name Description
Public method LoadChangeData When overridden in a derived class, this method retrieves item data for a change.

Top

See Also

Reference

Microsoft.Synchronization Namespace