Share via


SyncKnowledge.GetKnowledgeForChangeUnit Method

Gets the knowledge for the specified change unit.

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

Syntax

'Declaration
Public Function GetKnowledgeForChangeUnit ( _
    itemId As SyncId, _
    changeUnitId As SyncId _
) As SyncKnowledge
'Usage
Dim instance As SyncKnowledge
Dim itemId As SyncId
Dim changeUnitId As SyncId
Dim returnValue As SyncKnowledge

returnValue = instance.GetKnowledgeForChangeUnit(itemId, changeUnitId)
public SyncKnowledge GetKnowledgeForChangeUnit (
    SyncId itemId,
    SyncId changeUnitId
)
public:
SyncKnowledge^ GetKnowledgeForChangeUnit (
    SyncId^ itemId, 
    SyncId^ changeUnitId
)
public SyncKnowledge GetKnowledgeForChangeUnit (
    SyncId itemId, 
    SyncId changeUnitId
)
public function GetKnowledgeForChangeUnit (
    itemId : SyncId, 
    changeUnitId : SyncId
) : SyncKnowledge

Parameters

  • itemId
    The ID of the item that contains the change unit to look up.
  • changeUnitId
    The ID of the change unit to look up.

Return Value

The knowledge for the specified change unit.

See Also

Reference

SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace