IChangeDataRetriever.LoadChangeData Method

When overridden in a derived class, this method retrieves item data for a change.

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

Syntax

'Declaration
Function LoadChangeData ( _
    loadChangeContext As LoadChangeContext _
) As Object
'Usage
Dim instance As IChangeDataRetriever
Dim loadChangeContext As LoadChangeContext
Dim returnValue As Object

returnValue = instance.LoadChangeData(loadChangeContext)
Object LoadChangeData (
    LoadChangeContext loadChangeContext
)
Object^ LoadChangeData (
    LoadChangeContext^ loadChangeContext
)
Object LoadChangeData (
    LoadChangeContext loadChangeContext
)
function LoadChangeData (
    loadChangeContext : LoadChangeContext
) : Object

Parameters

  • loadChangeContext
    Metadata that describes the change for which data should be retrieved.

Return Value

The item data for the change.

Remarks

The source provider determines the type of object that is returned by this method. The object can be as simple as a boxed value type or as complex as a class that contains methods for advanced data retrieval.

See Also

Reference

IChangeDataRetriever Interface
IChangeDataRetriever Members
Microsoft.Synchronization Namespace