EndpointState Class

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

System.Object
  Microsoft.Synchronization.FeedSync.EndpointState

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

'Declaration
Public Class EndpointState
'Usage
Dim instance As EndpointState

The EndpointState type exposes the following members.

  NameDescription
Public methodEndpointStateInitializes a new instance of the EndpointState class.
Top

  NameDescription
Public methodCombineCombines the current endpoint state with the specified endpoint state.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodLoadFrom(SyncProvider)Loads the endpoint state from the specified provider.
Public methodLoadFrom(Stream, FeedIdConverter)Loads the endpoint state from the specified FeedSync feed.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: