Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Produces FeedSync feeds that are based on data from a synchronization provider.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.FeedSync.FeedProducer
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Class FeedProducer
'Usage
Dim instance As FeedProducer
public class FeedProducer
public ref class FeedProducer
type FeedProducer = class end
public class FeedProducer
The FeedProducer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
FeedProducer | Initializes a new instance of the FeedProducer class that contains the specified synchronization provider, ID converter, and item converter. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
IdConverter | Gets or sets the ID converter. |
![]() |
IncrementalFeedBaseline | Gets or sets the endpoint state that is used as a baseline for producing an incremental feed. |
![]() |
ItemConverter | Gets or sets the item converter. |
![]() |
StoreProvider | Gets or sets the provider that exports item data that is used to produce the feed. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ProduceFeed | Produces a FeedSync feed to the specified stream. The feed contains items that are supplied by the associated synchronization provider. |
![]() |
ToString | (Inherited from Object.) |
Top
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.
.gif)
.gif)
.gif)