FeedProducer::ProduceFeed Method
Produces a FeedSync feed to the specified stream. The feed contains items that are supplied by the associated synchronization provider.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | feedStream is a nullptr. |
| ArgumentException | feedStream cannot be read from, cannot be written to, or contains no feed items. |
This method produces an incremental feed when IncrementalFeedBaseline is not a nullptr. Otherwise, a full feed is produced.
Show: