Udostępnij za pośrednictwem


KnowledgeFragmentBuilder.BuildForgottenKnowledge Method

Builds a ForgottenKnowledge 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 BuildForgottenKnowledge As ForgottenKnowledge
'Usage
Dim instance As KnowledgeFragmentBuilder
Dim returnValue As ForgottenKnowledge

returnValue = instance.BuildForgottenKnowledge
public ForgottenKnowledge BuildForgottenKnowledge ()
public:
ForgottenKnowledge^ BuildForgottenKnowledge ()
public ForgottenKnowledge BuildForgottenKnowledge ()
public function BuildForgottenKnowledge () : ForgottenKnowledge

Return Value

The newly built ForgottenKnowledge object.

Exceptions

Exception type 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
KnowledgeFragmentBuilder Members
Microsoft.Synchronization Namespace