Share via


ReplicaKeyMap.LookupReplicaId Method

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

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

Syntax

'Declaration
Public Function LookupReplicaId ( _
    replicaKey As UInteger _
) As SyncId
'Usage
Dim instance As ReplicaKeyMap
Dim replicaKey As UInteger
Dim returnValue As SyncId

returnValue = instance.LookupReplicaId(replicaKey)
public SyncId LookupReplicaId(
    uint replicaKey
)
public:
SyncId^ LookupReplicaId(
    unsigned int replicaKey
)
member LookupReplicaId : 
        replicaKey:uint32 -> SyncId 
public function LookupReplicaId(
    replicaKey : uint
) : SyncId

Parameters

Return Value

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

See Also

Reference

ReplicaKeyMap Class

Microsoft.Synchronization Namespace