NotifyingChangeApplierIChangeDataRetrieverAdapter Class
Represents an adapter that can convert between a managed IChangeDataRetriever and an unmanaged ISynchronousDataRetriever.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The NotifyingChangeApplierIChangeDataRetrieverAdapter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | NotifyingChangeApplierIChangeDataRetrieverAdapter | Initializes a new instance of the NotifyingChangeApplierIChangeDataRetrieverAdapter class that contains the specified change data adapter. |
| Name | Description | |
|---|---|---|
![]() | ChangeDataAdapter | Gets an object that converts change data between its managed and unmanaged representations. |
| Name | Description | |
|---|---|---|
![]() | ConvertManagedToUnmanaged | Converts a managed IChangeDataRetriever to an unmanaged ISynchronousDataRetriever. |
![]() | ConvertUnmanagedToManaged | Converts an unmanaged ISynchronousDataRetriever to a managed IChangeDataRetriever. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
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.
Show:
