EndpointState Class

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

Represents the state of an endpoint, which can be loaded from either a provider or an SSE feed.

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

Syntax

'Declaration
Public Class EndpointState
public class EndpointState
public ref class EndpointState
public class EndpointState
public class EndpointState

Remarks

The endpoint state is used as a baseline when creating an incremental feed to be produced. Any items in the local store that are not covered by the baseline endpoint state are included in the incremental feed.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Sse.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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Sync Framework).

Target Platforms

See Also

Reference

EndpointState Members
Microsoft.Synchronization.Sse Namespace