ReplicaKeyMap Constructor (SyncIdFormatGroup, SyncId)
Initializes a new instance of the ReplicaKeyMap class by using the specified ID format schema and associated replica ID.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- idFormat
- Type: Microsoft.Synchronization::SyncIdFormatGroup
The ID format schema of the provider.
- replicaId
- Type: Microsoft.Synchronization::SyncId
The ID of the replica associated with this map.
| Exception | Condition |
|---|---|
| ArgumentNullException | idFormat or replicaId is a nullptr. |
Show: