ItemChangeUnitOverride Constructor

Initializes a new instance of the ItemChangeUnitOverride class that contains the specified item ID, change unit ID, and clock vector.

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

public:
ItemChangeUnitOverride(
	SyncId^ itemId, 
	SyncId^ changeUnitId, 
	IClockVector^ clockVector
)

Parameters

itemId
Type: Microsoft.Synchronization::SyncId
The ID of the item that owns the change unit to override.
changeUnitId
Type: Microsoft.Synchronization::SyncId
The ID of the change unit to override.
clockVector
Type: Microsoft.Synchronization::IClockVector
The associated clock vector.

ExceptionCondition
ArgumentNullException

itemId or changeUnitId is a nullptr.

Show: