Share via


FeedProducer Members

Produces FeedSync feeds that are based on data from a synchronization provider.

The following tables list the members exposed by the FeedProducer type.

Public Constructors

  Name Description
Public method FeedProducer Initializes a new instance of the FeedProducer class that contains the specified synchronization provider, ID converter, and item converter.

Top

Public Properties

  Name Description
Public property IdConverter Gets or sets the ID converter.
Public property IncrementalFeedBaseline Gets or sets the endpoint state that is used as a baseline for producing an incremental feed.
Public property ItemConverter Gets or sets the item converter.
Public property StoreProvider Gets or sets the provider that exports item data that is used to produce the feed.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method ProduceFeed Produces a FeedSync feed to the specified stream. The feed contains items that are supplied by the associated synchronization provider.
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

FeedProducer Class
Microsoft.Synchronization.FeedSync Namespace