FeedConsumer Class

Consumes items from a FeedSync feed and imports them to a synchronization provider.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.FeedSync.FeedConsumer

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

Syntax

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

The FeedConsumer type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property FeedItemConverter Gets or sets the feed item converter.
Public property IdConverter Gets or sets the ID converter.
Public property StoreProvider Gets or sets the synchronization provider that is importing the feed items to its store.

Top

Methods

  Name Description
Public method ConsumeFeed Consumes the specified feed and imports the items into the provider that is contained in this object.
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 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