IDataRetrieverCallback Interface

Represents methods that an IAsynchronousDataRetriever object can call to inform Sync Framework that processing has been completed on an IAsynchronousDataRetriever method.

interface IDataRetrieverCallback : IUnknown

Members

IDataRetrieverCallback methods Description

IDataRetrieverCallback::LoadChangeDataComplete

Indicates that IAsynchronousDataRetriever::LoadChangeData has finished successfully.

IDataRetrieverCallback::LoadChangeDataError

Indicates that an IAsynchronousDataRetriever method failed.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components