Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.