ClockVector::Insert Method

Inserts an element into the clock vector at the specified index.

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

public:
virtual void Insert(
	int index, 
	IClockVectorElement^ item
) sealed

Parameters

index
Type: System::Int32
The value of item is inserted at this index.
item
Type: Microsoft.Synchronization::IClockVectorElement
The element to insert into the clock vector.

Implements

IList<T>::Insert(Int32, T)

ExceptionCondition
ArgumentException

item cannot be cast to ClockVectorElement.

Show: