Share via


ForgottenKnowledge Constructor (SyncIdFormatGroup, SyncKnowledge)

Initializes a new instance of the ForgottenKnowledge class that contains the specified ID format schema and synchronization knowledge.

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

Syntax

'Declaration
Public Sub New ( _
    idFormats As SyncIdFormatGroup, _
    knowledge As SyncKnowledge _
)
'Usage
Dim idFormats As SyncIdFormatGroup
Dim knowledge As SyncKnowledge

Dim instance As New ForgottenKnowledge(idFormats, _
    knowledge)
public ForgottenKnowledge(
    SyncIdFormatGroup idFormats,
    SyncKnowledge knowledge
)
public:
ForgottenKnowledge(
    SyncIdFormatGroup^ idFormats, 
    SyncKnowledge^ knowledge
)
new : 
        idFormats:SyncIdFormatGroup * 
        knowledge:SyncKnowledge -> ForgottenKnowledge
public function ForgottenKnowledge(
    idFormats : SyncIdFormatGroup, 
    knowledge : SyncKnowledge
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

formats or knowledge is a null reference (Nothing in Visual Basic).

See Also

Reference

ForgottenKnowledge Class

ForgottenKnowledge Overload

Microsoft.Synchronization Namespace