IFeedSyncServices Interface
Represents an object that a synchronization provider can use to interoperate between Sync Framework data and FeedSync data.
IFeedSyncServices methods | Description |
|---|---|
Initializes an IFeedSyncServices object. This method must be called before any other IFeedSyncServices method. | |
Loads a FeedSync feed from the specified stream. | |
Gets an IFeedItemMetadata object that contains the metadata of the loaded feed. | |
Computes and returns an ISyncKnowledge object that contains knowledge of the items in the loaded feed. | |
Increments the tick count for the knowledge of the loaded feed and returns the updated tick count. | |
Gets a batch of changes from the loaded feed. | |
Processes a batch of changes sent by the source provider. | |
Loads data for a specified item from the loaded feed. | |
Creates an IFeedBuilder object. This object can be used to save changes and conflicts to the loaded feed. |