Click to Rate and Give Feedback
MSDN
MSDN Library
Synchronization
Class Library
SyncKnowledge Class
 MapRemoteKnowledgeToLocal Method

  Switch on low bandwidth view
SyncKnowledge.MapRemoteKnowledgeToLocal Method

Converts a knowledge object from another replica into one that is compatible with the replica that owns this knowledge.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Visual Basic (Declaration)
Public Function MapRemoteKnowledgeToLocal ( _
    remoteKnowledge As SyncKnowledge _
) As SyncKnowledge
Visual Basic (Usage)
Dim instance As SyncKnowledge
Dim remoteKnowledge As SyncKnowledge
Dim returnValue As SyncKnowledge

returnValue = instance.MapRemoteKnowledgeToLocal(remoteKnowledge)
C#
public SyncKnowledge MapRemoteKnowledgeToLocal (
    SyncKnowledge remoteKnowledge
)
C++
public:
SyncKnowledge^ MapRemoteKnowledgeToLocal (
    SyncKnowledge^ remoteKnowledge
)
J#
public SyncKnowledge MapRemoteKnowledgeToLocal (
    SyncKnowledge remoteKnowledge
)
JScript
public function MapRemoteKnowledgeToLocal (
    remoteKnowledge : SyncKnowledge
) : SyncKnowledge

Parameters

remoteKnowledge

The knowledge object to convert.

Return Value

The knowledge object that has been converted for use by the replica that owns this knowledge.

A SyncKnowledge object that is received from a remote provider must be converted by using MapRemoteKnowledgeToLocal before it can be used for various operations, such as change enumeration.

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker