Share via


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)

Syntax

'Declaration
Public Sub New ( _
    changeDataAdapter As ChangeDataAdapter _
)
'Usage
Dim changeDataAdapter As ChangeDataAdapter

Dim instance As New NotifyingChangeApplierIChangeDataRetrieverAdapter(changeDataAdapter)
public NotifyingChangeApplierIChangeDataRetrieverAdapter(
    ChangeDataAdapter changeDataAdapter
)
public:
NotifyingChangeApplierIChangeDataRetrieverAdapter(
    ChangeDataAdapter^ changeDataAdapter
)
new : 
        changeDataAdapter:ChangeDataAdapter -> NotifyingChangeApplierIChangeDataRetrieverAdapter
public function NotifyingChangeApplierIChangeDataRetrieverAdapter(
    changeDataAdapter : ChangeDataAdapter
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

changeDataAdapter is a null reference (Nothing in Visual Basic).

See Also

Reference

NotifyingChangeApplierIChangeDataRetrieverAdapter Class

Microsoft.Synchronization Namespace