EndpointState::LoadFrom Method (Stream, FeedIdConverter)
Loads the endpoint state from the specified FeedSync feed.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | feedStreem or idConverter is a nullptr. |
Show: