FeedProducer Members
Produces FeedSync feeds that are based on data from a synchronization provider.
The following tables list the members exposed by the FeedProducer type.
Public Constructors
Name | Description | |
---|---|---|
FeedProducer | Initializes a new instance of the FeedProducer class that contains the specified synchronization provider, ID converter, and item converter. |
Top
Public Properties
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. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ProduceFeed | Produces a FeedSync feed to the specified stream. The feed contains items that are supplied by the associated synchronization provider. | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
FeedProducer Class
Microsoft.Synchronization.FeedSync Namespace