KnowledgeBuilder Constructor

Initializes a new instance of the KnowledgeBuilder class that contains the specified knowledge version and the ID format schema of the provider.

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

Syntax

'Declaration
Public Sub New ( _
    expectedKnowledgeVersion As UInteger, _
    idFormats As SyncIdFormatGroup _
)
'Usage
Dim expectedKnowledgeVersion As UInteger
Dim idFormats As SyncIdFormatGroup

Dim instance As New KnowledgeBuilder(expectedKnowledgeVersion, idFormats)
public KnowledgeBuilder (
    uint expectedKnowledgeVersion,
    SyncIdFormatGroup idFormats
)
public:
KnowledgeBuilder (
    unsigned int expectedKnowledgeVersion, 
    SyncIdFormatGroup^ idFormats
)
public KnowledgeBuilder (
    UInt32 expectedKnowledgeVersion, 
    SyncIdFormatGroup idFormats
)
public function KnowledgeBuilder (
    expectedKnowledgeVersion : uint, 
    idFormats : SyncIdFormatGroup
)

Parameters

  • expectedKnowledgeVersion
    The version of the knowledge to be built.
  • idFormats
    The ID format schema of the provider.

See Also

Reference

KnowledgeBuilder Class
KnowledgeBuilder Members
Microsoft.Synchronization Namespace