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 | |
---|---|---|
IdFormats | Gets the ID format schema of the provider. |
Top
Methods
Name | Description | |
---|---|---|
LoadChangeData | When overridden in a derived class, this method retrieves item data for a change. |
Top