FeedConsumer Class
Consumes items from a FeedSync feed and imports them to a synchronization provider.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The FeedConsumer type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | FeedConsumer | Initializes a new instance of the FeedConsumer class that contains the specified provider, ID converter, and item converter. |
| Name | Description | |
|---|---|---|
![]() | FeedItemConverter | Gets or sets the feed item converter. |
![]() | IdConverter | Gets or sets the ID converter. |
![]() | StoreProvider | Gets or sets the synchronization provider that is importing the feed items to its store. |
| Name | Description | |
|---|---|---|
![]() | ConsumeFeed | Consumes the specified feed and imports the items into the provider that is contained in this object. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
