Share via


NotifyingChangeApplierIChangeDataRetrieverAdapter Clase

Representa un adaptador que puede convertir un IChangeDataRetriever administrado en un ISynchronousDataRetriever no administrado y viceversa.

Espacio de nombres: Microsoft.Synchronization
Ensamblado: Microsoft.Synchronization (en microsoft.synchronization.dll)

Sintaxis

'Declaración
Public Class NotifyingChangeApplierIChangeDataRetrieverAdapter
    Implements IChangeDataRetrieverAdapter
'Uso
Dim instance As NotifyingChangeApplierIChangeDataRetrieverAdapter
public class NotifyingChangeApplierIChangeDataRetrieverAdapter : IChangeDataRetrieverAdapter
public ref class NotifyingChangeApplierIChangeDataRetrieverAdapter : IChangeDataRetrieverAdapter
public class NotifyingChangeApplierIChangeDataRetrieverAdapter implements IChangeDataRetrieverAdapter
public class NotifyingChangeApplierIChangeDataRetrieverAdapter implements IChangeDataRetrieverAdapter

Notas

Este adaptador inicializa un UnmanagedSyncProviderWrapper para convertir los datos de cambio entre sus representaciones administrada y no administrada. Sync Framework implementa todas las conversiones de clases e interfaces necesarias. El proveedor debe realizar la conversión de datos real implementando la clase abstracta ChangeDataAdapter.

Jerarquía de herencia

System.Object
  Microsoft.Synchronization.NotifyingChangeApplierIChangeDataRetrieverAdapter

Seguridad para subprocesos

Todos los miembros (Compartidos en Visual Basic) de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.

Vea también

Referencia

NotifyingChangeApplierIChangeDataRetrieverAdapter Miembros
Microsoft.Synchronization Espacio de nombres