FeedProducer Class
Produces FeedSync feeds that are based on data from a synchronization provider.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The FeedProducer type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | FeedProducer | Initializes a new instance of the FeedProducer class that contains the specified synchronization provider, ID converter, and item converter. |
| Name | Description | |
|---|---|---|
![]() | IdConverter | Gets or sets the ID converter. |
![]() | IncrementalFeedBaseline | Gets or sets the endpoint state that is used as a baseline for producing an incremental feed. |
![]() | ItemConverter | Gets or sets the item converter. |
![]() | StoreProvider | Gets or sets the provider that exports item data that is used to produce the feed. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ProduceFeed | Produces a FeedSync feed to the specified stream. The feed contains items that are supplied by the associated synchronization provider. |
![]() | ToString | (Inherited from Object.) |
Show:
