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)

public:
FeedBuilder(
	FeedSyncServices^ feedSyncServices
)

Parameters

feedSyncServices
Type: Microsoft.Synchronization.FeedSync::FeedSyncServices
The FeedSync services object for this particular synchronization session.

ExceptionCondition
ArgumentNullException

feedSyncServices is nullptr.

SyncInvalidOperationException

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

Show: