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 | |
---|---|---|
FeedBuilder | Initializes a new instance of the FeedBuilder class that contains the specified FeedSync services object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
LogConflict | Saves a conflict for later conflict resolution or propagation. | |
MemberwiseClone | (Inherited from Object.) | |
SaveFeed | Saves the feed to a stream. | |
SaveItemChange | Saves an item change to the feed. | |
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.