FeedBuilder Class

Builds a FeedSync feed during a synchronization session.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.FeedSync.FeedBuilder

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

Syntax

'Declaration
Public Class FeedBuilder
'Usage
Dim instance As FeedBuilder
public class FeedBuilder
public ref class FeedBuilder
type FeedBuilder =  class end
public class FeedBuilder

The FeedBuilder type exposes the following members.

Constructors

  Name Description
Public method FeedBuilder Initializes a new instance of the FeedBuilder class that contains the specified FeedSync services object.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method LogConflict Saves a conflict for later conflict resolution or propagation.
Protected method MemberwiseClone (Inherited from Object.)
Public method SaveFeed Saves the feed to a stream.
Public method SaveItemChange Saves an item change to the feed.
Public method ToString (Inherited from Object.)

Top

Remarks

This class helps a provider that represents a FeedSync endpoint to save changes and conflicts to its 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.

See Also

Reference

Microsoft.Synchronization.FeedSync Namespace