ReplicaMetadata Constructor

Initializes a new instance of the ReplicaMetadata class that contains the specified ID format schema and replica ID.

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

protected:
ReplicaMetadata(
	SyncIdFormatGroup^ idFormats, 
	SyncId^ replicaId
)

Parameters

idFormats
Type: Microsoft.Synchronization::SyncIdFormatGroup
The ID format schema for the provider.
replicaId
Type: Microsoft.Synchronization::SyncId
The ID of the replica that is associated with this metadata.

Instances of this object can be obtained by using InitializeReplicaMetadata or GetReplicaMetadata.

Show: