Share via


FeedBuilder Constructor

Initializes a new instance of the FeedBuilder class that contains the specified FeedSync services object.

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

Syntax

'Declaration
Public Sub New ( _
    feedSyncServices As FeedSyncServices _
)
'Usage
Dim feedSyncServices As FeedSyncServices

Dim instance As New FeedBuilder(feedSyncServices)
public FeedBuilder(
    FeedSyncServices feedSyncServices
)
public:
FeedBuilder(
    FeedSyncServices^ feedSyncServices
)
new : 
        feedSyncServices:FeedSyncServices -> FeedBuilder
public function FeedBuilder(
    feedSyncServices : FeedSyncServices
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

feedSyncServices is null reference (Nothing in Visual Basic).

SyncInvalidOperationException

feedSyncServices is not intialized, does not contain feed metadata, or a [Microsoft.Synchronization.FeedSync.FeedBuilder] has already been created for feedSyncServices.

See Also

Reference

FeedBuilder Class

Microsoft.Synchronization.FeedSync Namespace