FeedConsumer Class

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

System.Object
  Microsoft.Synchronization.FeedSync.FeedConsumer

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

'Declaration
Public Class FeedConsumer
'Usage
Dim instance As FeedConsumer

The FeedConsumer type exposes the following members.

  NameDescription
Public methodFeedConsumerInitializes a new instance of the FeedConsumer class that contains the specified provider, ID converter, and item converter.
Top

  NameDescription
Public propertyFeedItemConverterGets or sets the feed item converter.
Public propertyIdConverterGets or sets the ID converter.
Public propertyStoreProviderGets or sets the synchronization provider that is importing the feed items to its store.
Top

  NameDescription
Public methodConsumeFeedConsumes the specified feed and imports the items into the provider that is contained in this object.
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 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: