FeedProducer Class

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

System.Object
  Microsoft.Synchronization.FeedSync.FeedProducer

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

'Declaration
Public Class FeedProducer
'Usage
Dim instance As FeedProducer

The FeedProducer type exposes the following members.

  NameDescription
Public methodFeedProducerInitializes a new instance of the FeedProducer class that contains the specified synchronization provider, ID converter, and item converter.
Top

  NameDescription
Public propertyIdConverterGets or sets the ID converter.
Public propertyIncrementalFeedBaselineGets or sets the endpoint state that is used as a baseline for producing an incremental feed.
Public propertyItemConverterGets or sets the item converter.
Public propertyStoreProviderGets or sets the provider that exports item data that is used to produce the feed.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodProduceFeedProduces a FeedSync feed to the specified stream. The feed contains items that are supplied by the associated synchronization provider.
Public methodToString (Inherited from Object.)
Top

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