FeedSyncServices Class
Represents services that translate data between the FeedSync XML format to the Sync Framework object format.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The FeedSyncServices type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | FeedSyncServices(SyncIdFormatGroup, SyncId) | Initializes a new instance of the FeedSyncServices class that contains the specified ID format schema and replica ID. |
![]() | FeedSyncServices(SyncIdFormatGroup, SyncId, FeedIdConverter) | Initializes a new instance of the FeedSyncServices class that contains the specified ID format schema, replica ID, and ID converter. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetChangeBatch | Gets a change batch from the loaded FeedSync feed. The change batch contains item metadata for items that are not contained in the specified knowledge from the destination provider. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetKnowledge | Computes the current knowledge of the replica by using the loaded FeedSync feed and returns that knowledge. |
![]() | GetNextTickCount | Gets the current tick count from SyncKnowledge that is computed by using the loaded FeedSync feed, advances the tick count, and updates the tick count in the knowledge. |
![]() | GetType | (Inherited from Object.) |
![]() | LoadChangeData | Gets item data from the loaded FeedSync feed. The item data is represented as XML text. |
![]() | LoadFeed | Loads a FeedSync feed from a stream. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ProcessChangeBatch | Processes a batch of changes that are specified by the source provider by handling conflicts and applying changes to the loaded FeedSync feed. |
![]() | ToString | (Inherited from Object.) |
FeedSyncServices helps implement KnowledgeSyncProvider methods for a provider that represents a FeedSync endpoint.
Show:
