Share via


SseFeedProducer Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Produces SSE feeds based on a synchronization provider.

The following tables list the members exposed by the SseFeedProducer type.

Public Constructors

  Name Description
SseFeedProducer Initializes a new instance of the SseFeedProducer class with 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 used as a baseline from which an incremental feed is produced.
ItemConverter Gets or sets the item converter.
StoreProvider Gets or sets the provider from which 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 an SSE feed to the specified stream, containing items 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

SseFeedProducer Class
Microsoft.Synchronization.Sse Namespace