NotifyingChangeApplierIChangeDataRetrieverAdapter Class

Represents an adapter that can convert between a managed IChangeDataRetriever and an unmanaged ISynchronousDataRetriever.

System.Object
  Microsoft.Synchronization.NotifyingChangeApplierIChangeDataRetrieverAdapter

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

public class NotifyingChangeApplierIChangeDataRetrieverAdapter : IChangeDataRetrieverAdapter2, 
	IChangeDataRetrieverAdapter

The NotifyingChangeApplierIChangeDataRetrieverAdapter type exposes the following members.

  NameDescription
Public methodNotifyingChangeApplierIChangeDataRetrieverAdapterInitializes a new instance of the NotifyingChangeApplierIChangeDataRetrieverAdapter class that contains the specified change data adapter.
Top

  NameDescription
Public propertyChangeDataAdapterGets an object that converts change data between its managed and unmanaged representations.
Top

  NameDescription
Public methodConvertManagedToUnmanagedConverts a managed IChangeDataRetriever to an unmanaged ISynchronousDataRetriever.
Public methodConvertUnmanagedToManagedConverts an unmanaged ISynchronousDataRetriever to a managed IChangeDataRetriever.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

This adapter initializes an UnmanagedSyncProviderWrapper to convert change data between its managed and unmanaged representations. Sync Framework implements all the required class and interface conversions. The provider must perform the actual data conversion by implementing the ChangeDataAdapter abstract class.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: