INotifyingChangeApplierTarget.GetDataRetriever Method

Gets an object that can be used to retrieve item data from a replica.

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

Syntax

'Declaration
Function GetDataRetriever As IChangeDataRetriever
'Usage
Dim instance As INotifyingChangeApplierTarget
Dim returnValue As IChangeDataRetriever

returnValue = instance.GetDataRetriever()
IChangeDataRetriever GetDataRetriever()
IChangeDataRetriever^ GetDataRetriever()
abstract GetDataRetriever : unit -> IChangeDataRetriever 
function GetDataRetriever() : IChangeDataRetriever

Return Value

Type: Microsoft.Synchronization.IChangeDataRetriever
An object that can be used to retrieve item data from a replica.

See Also

Reference

INotifyingChangeApplierTarget Interface

Microsoft.Synchronization Namespace