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
Public method FeedSyncServices Overloaded. Initializes a new instance of the FeedSyncServices class.

Top

Public Properties

  Name Description
Public property FeedMetadata Gets the metadata for the FeedSync feed.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method 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.
Public method GetHashCode  (Inherited from Object.)
Public method GetKnowledge Computes the current knowledge of the replica by using the loaded FeedSync feed and returns that knowledge.
Public method 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.
Public method GetType  (Inherited from Object.)
Public method LoadChangeData Gets item data from the loaded FeedSync feed. The item data is represented as XML text.
Public method LoadFeed Loads a FeedSync feed from a stream.
Public method ProcessChangeBatch Processes a batch of changes that are specified by the source provider by handling conflicts and applying changes to the loaded FeedSync feed.
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

FeedSyncServices Class
Microsoft.Synchronization.FeedSync Namespace