Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Loads the endpoint state from the specified FeedSync feed.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Sub LoadFrom ( _
feedStream As Stream, _
idConverter As FeedIdConverter _
)
'Usage
Dim instance As EndpointState
Dim feedStream As Stream
Dim idConverter As FeedIdConverter
instance.LoadFrom(feedStream, idConverter)
public void LoadFrom(
Stream feedStream,
FeedIdConverter idConverter
)
public:
void LoadFrom(
Stream^ feedStream,
FeedIdConverter^ idConverter
)
member LoadFrom :
feedStream:Stream *
idConverter:FeedIdConverter -> unit
public function LoadFrom(
feedStream : Stream,
idConverter : FeedIdConverter
)
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.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | feedStreem or idConverter is a null reference (Nothing in Visual Basic). |