Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Consumes items from a FeedSync feed and imports them to a synchronization provider.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.FeedSync.FeedConsumer
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Class FeedConsumer
'Usage
Dim instance As FeedConsumer
public class FeedConsumer
public ref class FeedConsumer
type FeedConsumer = class end
public class FeedConsumer
The FeedConsumer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
FeedConsumer | Initializes a new instance of the FeedConsumer class that contains the specified provider, ID converter, and item converter. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
FeedItemConverter | Gets or sets the feed item converter. |
![]() |
IdConverter | Gets or sets the ID converter. |
![]() |
StoreProvider | Gets or sets the synchronization provider that is importing the feed items to its store. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
ConsumeFeed | Consumes the specified feed and imports the items into the provider that is contained in this object. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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)