KnowledgeFragmentInspector Constructor

Initializes a new instance of the KnowledgeFragmentInspector class that contains the specified knowledge object.

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

public:
KnowledgeFragmentInspector(
	SyncKnowledge^ knowledge
)

Parameters

knowledge
Type: Microsoft.Synchronization::SyncKnowledge
The knowledge object to inspect.

ExceptionCondition
ArgumentNullException

A required parameter is a nullptr.

ArgumentException

knowledge is not valid.

This method takes a snapshot of the knowledge object. Later updates to the knowledge object are not reflected in the snapshot that is contained in the inspector.

Show: