FeedSyncServices Members
Represents services that translate data between the FeedSync XML format to the Sync Framework object format.
The following tables list the members exposed by the FeedSyncServices type.
Public Constructors
Name | Description | |
---|---|---|
FeedSyncServices | Overloaded. Initializes a new instance of the FeedSyncServices class. |
Top
Public Properties
Name | Description | |
---|---|---|
FeedMetadata | Gets the metadata for the FeedSync feed. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (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. | |
ProcessChangeBatch | Processes a batch of changes that are specified by the source provider by handling conflicts and applying changes to the loaded FeedSync feed. | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
FeedSyncServices Class
Microsoft.Synchronization.FeedSync Namespace