SimpleSyncServices::GetSerializedReplicaInfo Method

Gets information about serialized metadata, such as the ID of the replica with which it is associated.

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

public:
void GetSerializedReplicaInfo(
	String^ filePath, 
	[OutAttribute] SyncId^% replicaId, 
	[OutAttribute] SyncIdFormatGroup^% syncIdFormats
)

Parameters

filePath
Type: System::String
The file that contains the serialized metadata.
replicaId
Type: Microsoft.Synchronization::SyncId%
The ID of the replica that is associated with this metadata.
syncIdFormats
Type: Microsoft.Synchronization::SyncIdFormatGroup%
The ID format schema of the provider.

ExceptionCondition
ArgumentNullException

filePath is a nullptr.

Show: