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)

public interface IChangeDataRetriever

The IChangeDataRetriever type exposes the following members.

  NameDescription
Public propertyIdFormatsGets the ID format schema of the provider.
Top

  NameDescription
Public methodLoadChangeDataWhen overridden in a derived class, this method retrieves item data for a change.
Top
Show: