FeedBuilder Class

Builds a FeedSync feed during a synchronization session.

System.Object
  Microsoft.Synchronization.FeedSync.FeedBuilder

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

'Declaration
Public Class FeedBuilder
'Usage
Dim instance As FeedBuilder

The FeedBuilder type exposes the following members.

  NameDescription
Public methodFeedBuilderInitializes a new instance of the FeedBuilder class that contains the specified FeedSync services object.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodLogConflictSaves a conflict for later conflict resolution or propagation.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSaveFeedSaves the feed to a stream.
Public methodSaveItemChangeSaves an item change to the feed.
Public methodToString (Inherited from Object.)
Top

This class helps a provider that represents a FeedSync endpoint to save changes and conflicts to its feed.

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: