FeedProducer Class

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

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.FeedSync.FeedProducer

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Class FeedProducer
'Usage
Dim instance As FeedProducer
public class FeedProducer
public ref class FeedProducer
type FeedProducer =  class end
public class FeedProducer

The FeedProducer type exposes the following members.

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

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

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (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 ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Synchronization.FeedSync Namespace