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)

Syntax

public SyncKnowledge MapRemoteKnowledgeToLocal (
    SyncKnowledge remoteKnowledge
)

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.

Remarks

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.

See Also

Reference

SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace