FeedSyncServices Class
Represents services that translate data between the FeedSync XML format to the Sync Framework object format.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.FeedSync.FeedSyncServices
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Class FeedSyncServices
'Usage
Dim instance As FeedSyncServices
public class FeedSyncServices
public ref class FeedSyncServices
type FeedSyncServices = class end
public class FeedSyncServices
The FeedSyncServices type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FeedSyncServices(SyncIdFormatGroup, SyncId) | Initializes a new instance of the FeedSyncServices class that contains the specified ID format schema and replica ID. | |
FeedSyncServices(SyncIdFormatGroup, SyncId, FeedIdConverter) | Initializes a new instance of the FeedSyncServices class that contains the specified ID format schema, replica ID, and ID converter. |
Top
Properties
Name | Description | |
---|---|---|
FeedMetadata | Gets the metadata for the FeedSync feed. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChangeBatch | Gets a change batch from the loaded FeedSync feed. The change batch contains item metadata for items that are not contained in the specified knowledge from the destination provider. | |
GetHashCode | (Inherited from Object.) | |
GetKnowledge | Computes the current knowledge of the replica by using the loaded FeedSync feed and returns that knowledge. | |
GetNextTickCount | Gets the current tick count from SyncKnowledge that is computed by using the loaded FeedSync feed, advances the tick count, and updates the tick count in the knowledge. | |
GetType | (Inherited from Object.) | |
LoadChangeData | Gets item data from the loaded FeedSync feed. The item data is represented as XML text. | |
LoadFeed | Loads a FeedSync feed from a stream. | |
MemberwiseClone | (Inherited from Object.) | |
ProcessChangeBatch | Processes a batch of changes that are specified by the source provider by handling conflicts and applying changes to the loaded FeedSync feed. | |
ToString | (Inherited from Object.) |
Top
Remarks
FeedSyncServices helps implement KnowledgeSyncProvider methods for a provider that represents a FeedSync endpoint.
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.