Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- knowledge
Type: Microsoft.Synchronization.SyncKnowledge
The knowledge to combine with the current knowledge.
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. |