SyncKnowledge::Combine Method

Combines the specified knowledge with the current knowledge.

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

public:
void Combine(
	SyncKnowledge^ knowledge
)

Parameters

knowledge
Type: Microsoft.Synchronization::SyncKnowledge
The knowledge to combine with the current knowledge.

ExceptionCondition
ArgumentOutOfRangeException

knowledge is not a valid value.

ArgumentNullException

knowledge is a nullptr.

InvalidKnowledgeVersionException

The CompatibilityLevel property is less than SyncFrameworkVersion2.

InvalidOperationException

This SyncKnowledge object is not initialized.

Show: