SimpleSyncServices::DeserializeReplicaMetadata Method

Deserializes the contents of a canonical metadata file to a metadata storage service store.

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

public:
void DeserializeReplicaMetadata(
	String^ filePath, 
	short providerVersion
)

Parameters

filePath
Type: System::String
The file that contains the serialized metadata.
providerVersion
Type: System::Int16
The version number for the simple provider.

ExceptionCondition
ProviderVersionMismatchException

The provider version does not match the version stored in the metadata store.

Show: