Share via


KnowledgeFragmentBuilder.BuildSyncKnowledge Method

Builds a SyncKnowledge object from the parts that are provided by the other builder methods.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Function BuildSyncKnowledge As SyncKnowledge
'Usage
Dim instance As KnowledgeFragmentBuilder
Dim returnValue As SyncKnowledge

returnValue = instance.BuildSyncKnowledge()
public SyncKnowledge BuildSyncKnowledge()
public:
SyncKnowledge^ BuildSyncKnowledge()
member BuildSyncKnowledge : unit -> SyncKnowledge 
public function BuildSyncKnowledge() : SyncKnowledge

Return Value

Type: Microsoft.Synchronization.SyncKnowledge
The newly built SyncKnowledge object.

Exceptions

Exception Condition
SyncInvalidOperationException

This object was already used to build a knowledge object, no replica key map exists, or no scope range set exists.

IncompleteReplicaKeyMapException

The replica key map that is contained in this object is incomplete.

See Also

Reference

KnowledgeFragmentBuilder Class

Microsoft.Synchronization Namespace