Microsoft.Synchronization.Sse Namespace

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

The Microsoft Sync Framework provides support for producing and consuming data using Simple Sharing Extensions (SSE), which includes RSS and Atom feeds. It also provides services to help custom providers interoperate directly with SSE.

Classes

Class Description
EndpointState Represents the state of an endpoint, which can be loaded from either a provider or an SSE feed.
SseFeedBuilder Builds up changes to an SSE feed during a synchronization session.
SseFeedConsumer Consumes items from an SSE feed and imports them to a synchronization provider.
SseFeedProducer Produces SSE feeds based on a synchronization provider.
SseIdConverter Class supplied to producer/consumer feed services to translate between feed IDs and replica and item IDs.
SseItemConverter Class supplied to producer/consumer feed services to translate items between the feed format and the provider format.
SseItemHistory Contains the SSE item history for an item.
SseItemMetadata Contains the SSE item metadata for an item.
SseMetadata Contains the SSE metadata for the feed.
SseSharingInformation Contains the high level SSE sharing metadata for the feed.
SseSyncServices Supplies SSE interoperation services to aid development of a provider that represents an SSE endpoint.

Delegates

Delegate Description
ItemDataMerger Represents the method that will handle merging data for a merge change being saved by SaveItemChange.
ItemMetadataFilter Represents the method that will filter items to be included in a change batch. This delegate is used by GetChangeBatch.