EndpointState Class

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

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

Syntax

'Declaration
Public Class EndpointState
'Usage
Dim instance As EndpointState
public class EndpointState
public ref class EndpointState
public class EndpointState
public class EndpointState

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.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.FeedSync.EndpointState

Thread Safety

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

See Also

Reference

EndpointState Members
Microsoft.Synchronization.FeedSync Namespace