FeedSyncServices Class

Represents services that translate data between the FeedSync XML format to the Sync Framework object format.

System.Object
  Microsoft.Synchronization.FeedSync.FeedSyncServices

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

public class FeedSyncServices

The FeedSyncServices type exposes the following members.

  NameDescription
Public methodFeedSyncServices(SyncIdFormatGroup, SyncId)Initializes a new instance of the FeedSyncServices class that contains the specified ID format schema and replica ID.
Public methodFeedSyncServices(SyncIdFormatGroup, SyncId, FeedIdConverter)Initializes a new instance of the FeedSyncServices class that contains the specified ID format schema, replica ID, and ID converter.
Top

  NameDescription
Public propertyFeedMetadataGets the metadata for the FeedSync feed.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetChangeBatchGets 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.
Public methodGetHashCode (Inherited from Object.)
Public methodGetKnowledgeComputes the current knowledge of the replica by using the loaded FeedSync feed and returns that knowledge.
Public methodGetNextTickCountGets 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.
Public methodGetType (Inherited from Object.)
Public methodLoadChangeDataGets item data from the loaded FeedSync feed. The item data is represented as XML text.
Public methodLoadFeedLoads a FeedSync feed from a stream.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodProcessChangeBatchProcesses a batch of changes that are specified by the source provider by handling conflicts and applying changes to the loaded FeedSync feed.
Public methodToString (Inherited from Object.)
Top

FeedSyncServices helps implement KnowledgeSyncProvider methods for a provider that represents a FeedSync endpoint.

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: