IEndpointState Interface

Represents the state of a FeedSync endpoint. This can be loaded from either a provider or a FeedSync feed.

Syntax

interface IEndpointState : IUnknown

Members

IEndpointState Methods

Description

IEndpointState::LoadFromFeed

Loads the endpoint state from the specified FeedSync feed.

IEndpointState::LoadFromProvider

Loads the endpoint state from the specified provider.

IEndpointState::Combine

Combines the current endpoint state with the specified endpoint state.

Remarks

The endpoint state is used as a baseline when a provider produces an incremental feed. Any items in the item store that are not covered by the baseline endpoint state are included in the incremental feed.

Requirements

Header: Feedsync.h

See Also

Concepts

Sync Framework Web Synchronization Components