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
)
public SyncId LookupReplicaId (
UInt32 replicaKey
)
public function LookupReplicaId (
replicaKey : uint
) : SyncId
Parameters
- replicaKey
The replica key to look up.
Return Value
The replica ID that corresponds to the specified replica key.
See Also
Reference
ReplicaKeyMap Class
ReplicaKeyMap Members
Microsoft.Synchronization Namespace