ReplicaKeyMap::LookupReplicaId Method

Gets the replica ID that corresponds to the specified replica key.

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

public:
SyncId^ LookupReplicaId(
	unsigned int replicaKey
)

Parameters

replicaKey
Type: System::UInt32
The replica key to look up.

Return Value

Type: Microsoft.Synchronization::SyncId
The replica ID that corresponds to the specified replica key.
Show: