IChangeDataRetrieverAdapter Interface

When overridden, adapts a change data retriever between a managed and unmanaged representation.

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

Syntax

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

The IChangeDataRetrieverAdapter type exposes the following members.

Methods

  Name Description
Public method ConvertManagedToUnmanaged When overridden in a derived class, converts a managed data retriever to an unmanaged representation.
Public method ConvertUnmanagedToManaged When overridden in a derived class, converts an unmanaged data retriever to a managed representation.

Top

Remarks

Implementers of this interface enable a managed provider to convert an unmanaged change data retriever to a managed representation, and vice versa.

See Also

Reference

Microsoft.Synchronization Namespace