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 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.