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