IAsynchronousDataRetriever interface (winsync.h)

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

Inheritance

The IAsynchronousDataRetriever interface inherits from the IUnknown interface. IAsynchronousDataRetriever also has these types of members:

Methods

The IAsynchronousDataRetriever interface has these methods.

 
IAsynchronousDataRetriever::GetIdParameters

Gets the ID format schema of the provider. (IAsynchronousDataRetriever.GetIdParameters)
IAsynchronousDataRetriever::LoadChangeData

Retrieves item data for a change. (IAsynchronousDataRetriever.LoadChangeData)
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.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header winsync.h

See also

Windows Sync Interfaces