Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Sub DeserializeReplicaMetadata ( _
filePath As String, _
providerVersion As Short _
)
'Usage
Dim instance As SimpleSyncServices
Dim filePath As String
Dim providerVersion As Short
instance.DeserializeReplicaMetadata(filePath, _
providerVersion)
public void DeserializeReplicaMetadata(
string filePath,
short providerVersion
)
public:
void DeserializeReplicaMetadata(
String^ filePath,
short providerVersion
)
member DeserializeReplicaMetadata :
filePath:string *
providerVersion:int16 -> unit
public function DeserializeReplicaMetadata(
filePath : String,
providerVersion : short
)
Parameters
- filePath
Type: System.String
The file that contains the serialized metadata.
- providerVersion
Type: System.Int16
The version number for the simple provider.
Exceptions
| Exception | Condition |
|---|---|
| ProviderVersionMismatchException | The provider version does not match the version stored in the metadata store. |