Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
- replicaKey
Type: System.UInt32
The replica key to look up.
Return Value
Type: Microsoft.Synchronization.SyncId
The replica ID that corresponds to the specified replica key.