EndpointState::LoadFrom Method (Stream, FeedIdConverter)

Loads the endpoint state from the specified FeedSync feed.

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

public:
void LoadFrom(
	Stream^ feedStream, 
	FeedIdConverter^ idConverter
)

Parameters

feedStream
Type: System.IO::Stream
The FeedSync stream that contains the endpoint state to load.
idConverter
Type: Microsoft.Synchronization.FeedSync::FeedIdConverter
The converter that is used to convert IDs in the FeedSync feed to the format expected by the provider.

ExceptionCondition
ArgumentNullException

feedStreem or idConverter is a nullptr.

Show: