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.
Removes knowledge about the specified change unit from the knowledge.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub ExcludeChangeUnit ( _
itemId As SyncId, _
changeUnitId As SyncId _
)
'Usage
Dim instance As SyncKnowledge
Dim itemId As SyncId
Dim changeUnitId As SyncId
instance.ExcludeChangeUnit(itemId, changeUnitId)
public void ExcludeChangeUnit (
SyncId itemId,
SyncId changeUnitId
)
public:
void ExcludeChangeUnit (
SyncId^ itemId,
SyncId^ changeUnitId
)
public void ExcludeChangeUnit (
SyncId itemId,
SyncId changeUnitId
)
public function ExcludeChangeUnit (
itemId : SyncId,
changeUnitId : SyncId
)
Parameters
- itemId
The ID of the item that contains the change unit to exclude.
- changeUnitId
The ID of the change unit to exclude.
See Also
Reference
SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace