EndpointState::LoadFrom Method (SyncProvider)

Loads the endpoint state from the specified provider.

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

public:
void LoadFrom(
	SyncProvider^ storeProvider
)

Parameters

storeProvider
Type: Microsoft.Synchronization::SyncProvider
The provider that contains the endpoint state to load.

ExceptionCondition
ArgumentNullException

storeProvider is a nullptr.

Show: