Partager via


Méthode SyncKnowledge.MapRemoteKnowledgeToLocal

Convertit un objet de connaissance d'un autre réplica en un objet qui est compatible avec le réplica qui possède cette connaissance.

Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)

Syntaxe

'Déclaration
Public Function MapRemoteKnowledgeToLocal ( _
    remoteKnowledge As SyncKnowledge _
) As SyncKnowledge
'Utilisation
Dim instance As SyncKnowledge
Dim remoteKnowledge As SyncKnowledge
Dim returnValue As SyncKnowledge

returnValue = instance.MapRemoteKnowledgeToLocal(remoteKnowledge)
public SyncKnowledge MapRemoteKnowledgeToLocal (
    SyncKnowledge remoteKnowledge
)
public:
SyncKnowledge^ MapRemoteKnowledgeToLocal (
    SyncKnowledge^ remoteKnowledge
)
public SyncKnowledge MapRemoteKnowledgeToLocal (
    SyncKnowledge remoteKnowledge
)
public function MapRemoteKnowledgeToLocal (
    remoteKnowledge : SyncKnowledge
) : SyncKnowledge

Paramètres

  • remoteKnowledge
    Objet de connaissance à convertir.

Valeur de retour

Objet de connaissance qui a été converti pour une utilisation par le réplica qui possède cette connaissance.

Notes

Un objet SyncKnowledge reçu d'un fournisseur distant doit être converti à l'aide de la méthode MapRemoteKnowledgeToLocal avant de pouvoir être utilisé pour diverses opérations, comme l'énumération des modifications.

Voir aussi

Référence

Classe SyncKnowledge
Membres SyncKnowledge
Espace de noms Microsoft.Synchronization