FeedSyncServices.LoadFeed Method

Loads a FeedSync feed from a stream.

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

Syntax

'Declaration
Public Sub LoadFeed ( _
    feedStream As Stream _
)
'Usage
Dim instance As FeedSyncServices
Dim feedStream As Stream

instance.LoadFeed(feedStream)
public void LoadFeed (
    Stream feedStream
)
public:
void LoadFeed (
    Stream^ feedStream
)
public void LoadFeed (
    Stream feedStream
)
public function LoadFeed (
    feedStream : Stream
)

Parameters

  • feedStream
    A stream that contains the FeedSync feed to load.

Remarks

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

See Also

Reference

FeedSyncServices Class
FeedSyncServices Members
Microsoft.Synchronization.FeedSync Namespace