Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.