SyncKnowledge.Combine Method

Combines the specified knowledge with the current knowledge.

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

Syntax

'Declaration
Public Sub Combine ( _
    knowledge As SyncKnowledge _
)
'Usage
Dim instance As SyncKnowledge
Dim knowledge As SyncKnowledge

instance.Combine(knowledge)
public void Combine(
    SyncKnowledge knowledge
)
public:
void Combine(
    SyncKnowledge^ knowledge
)
member Combine : 
        knowledge:SyncKnowledge -> unit 
public function Combine(
    knowledge : SyncKnowledge
)

Parameters

Exceptions

Exception Condition
ArgumentOutOfRangeException

knowledge is not a valid value.

ArgumentNullException

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

InvalidKnowledgeVersionException

The CompatibilityLevel property is less than SyncFrameworkVersion2.

InvalidOperationException

This SyncKnowledge object is not initialized.

See Also

Reference

SyncKnowledge Class

Microsoft.Synchronization Namespace