EndpointState Class
Represents the state of a FeedSync endpoint. This can be loaded from either a provider or a FeedSync feed.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.FeedSync.EndpointState
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
type EndpointState = class end
public class EndpointState
The EndpointState type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EndpointState | Initializes a new instance of the EndpointState class. |
Top
Methods
Name | Description | |
---|---|---|
Combine | Combines the current endpoint state with the specified endpoint state. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
LoadFrom(SyncProvider) | Loads the endpoint state from the specified provider. | |
LoadFrom(Stream, FeedIdConverter) | Loads the endpoint state from the specified FeedSync feed. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
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.
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.