SyncMetadataStoreSerializer::GetSerializedReplicaId Method
When overridden in a derived class, returns the replica ID for the replica whose metadata was serialized to the specified destination file.
Assembly: Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)
public: virtual void GetSerializedReplicaId( String^ serializedFilePath, [OutAttribute] SyncId^% replicaId, [OutAttribute] SyncIdFormatGroup^% idFormats ) abstract
Parameters
- serializedFilePath
- Type: System::String
The file that contains the serialized metadata for a particular replica.
- replicaId
- Type: Microsoft.Synchronization::SyncId%
The ID of the replica that is associated with this metadata.
- idFormats
- Type: Microsoft.Synchronization::SyncIdFormatGroup%
The ID format schema of the provider.
Show: