KnowledgeInspector Class

Takes a snapshot of a SyncKnowledge object and provides methods for inspecting the details of the knowledge.

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

Syntax

'Declaration
Public Class KnowledgeInspector
'Usage
Dim instance As KnowledgeInspector
public class KnowledgeInspector
public ref class KnowledgeInspector
public class KnowledgeInspector
public class KnowledgeInspector

Remarks

KnowledgeInspector represents a snapshot of the SyncKnowledge object. Later updates to the knowledge object will not be reflected in the snapshot that is contained in the inspector.

Be aware that there is no single representation of knowledge. Equivalent knowledge might be represented in different forms and return different values from KnowledgeInspector properties.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.KnowledgeInspector

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

KnowledgeInspector Members
Microsoft.Synchronization Namespace