FeedBuilder::SaveFeed Method

Saves the feed to a stream.

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

public:
void SaveFeed(
	Stream^ feedStream
)

Parameters

feedStream
Type: System.IO::Stream
The stream to receive the feed.
Show: