Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
)
public NotifyingChangeApplierIChangeDataRetrieverAdapter (
    ChangeDataAdapter changeDataAdapter
)
public function NotifyingChangeApplierIChangeDataRetrieverAdapter (
    changeDataAdapter : ChangeDataAdapter
)
Parameters
- changeDataAdapter
A change data adapter that can convert change data between its managed and unmanaged representations. 
See Also
Reference
NotifyingChangeApplierIChangeDataRetrieverAdapter Class
NotifyingChangeApplierIChangeDataRetrieverAdapter Members
Microsoft.Synchronization Namespace