IAsynchronousDataRetriever Interface

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

Note

This method is now obsolete.

interface IAsynchronousDataProxy : ISyncProvider

Members

IAsynchronousDataProxy methods Description

IAsynchronousDataRetriever::GetIdParameters

Gets the ID format schema of the provider.

IAsynchronousDataRetriever::RegisterCallback

Registers a callback interface that will be called by the IAsynchronousDataRetriever object when an asynchronous method finishes processing.

IAsynchronousDataRetriever::RevokeCallback

Indicates that the IAsynchronousDataRetriever object must no longer use the specified callback interface and must release any references to it.

IAsynchronousDataRetriever::LoadChangeData

Retrieves item data for a change.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components