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
)
public void Combine (
SyncKnowledge knowledge
)
public function Combine (
knowledge : SyncKnowledge
)
Parameters
- knowledge
The knowledge to combine with the current knowledge.
See Also
Reference
SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace