FeedSyncServices::LoadFeed Method

Loads a FeedSync feed from a stream.

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

public:
void LoadFeed(
	Stream^ feedStream
)

Parameters

feedStream
Type: System.IO::Stream
A stream that contains the FeedSync feed to load.

ExceptionCondition
ArgumentNullException

feedStream is a nullptr.

A valid FeedSync feed must be loaded into the FeedSyncServices object before most other FeedSyncServices methods can be used.

Show: