ReplicaKeyMap::LookupReplicaKey Method

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

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

public:
unsigned int LookupReplicaKey(
	SyncId^ replicaId
)

Parameters

replicaId
Type: Microsoft.Synchronization::SyncId
The replica ID to look up.

Return Value

Type: System::UInt32
The replica key that corresponds to the specified replica ID.
Show: