NotifyingChangeApplierIChangeDataRetrieverAdapter Constructor

Initializes a new instance of the NotifyingChangeApplierIChangeDataRetrieverAdapter class that contains the specified change data adapter.

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

public:
NotifyingChangeApplierIChangeDataRetrieverAdapter(
	ChangeDataAdapter^ changeDataAdapter
)

Parameters

changeDataAdapter
Type: Microsoft.Synchronization::ChangeDataAdapter
A change data adapter that can convert change data between its managed and unmanaged representations.

ExceptionCondition
ArgumentNullException

changeDataAdapter is a nullptr.

Show: