Share via


ReplicaKeyMap.LookupReplicaKey Method

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

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

Syntax

'Declaration
Public Function LookupReplicaKey ( _
    replicaId As SyncId _
) As UInteger
'Usage
Dim instance As ReplicaKeyMap
Dim replicaId As SyncId
Dim returnValue As UInteger

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

Parameters

Return Value

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

See Also

Reference

ReplicaKeyMap Class

Microsoft.Synchronization Namespace