SimpleSyncServices::DeserializeReplicaMetadata Method
Deserializes the contents of a canonical metadata file to a metadata storage service store.
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Parameters
- filePath
- Type: System::String
The file that contains the serialized metadata.
- providerVersion
- Type: System::Int16
The version number for the simple provider.
| Exception | Condition |
|---|---|
| ProviderVersionMismatchException | The provider version does not match the version stored in the metadata store. |
Show: