Freigeben über


SyncKnowledge.Combine-Methode

Kombiniert das angegebene Wissen mit dem aktuellen Wissen.

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
)
public void Combine (
    SyncKnowledge knowledge
)
public function Combine (
    knowledge : SyncKnowledge
)

Parameter

  • knowledge
    Das Wissen, das mit dem aktuellen Wissen kombiniert werden soll.

Siehe auch

Verweis

SyncKnowledge-Klasse
SyncKnowledge-Member
Microsoft.Synchronization-Namespace