ClockVector::Remove Method

Removes the first occurrence of a specific element from the clock vector.

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

public:
virtual bool Remove(
	IClockVectorElement^ item
) sealed

Parameters

item
Type: Microsoft.Synchronization::IClockVectorElement
The element to remove from the clock vector.

Return Value

Type: System::Boolean
true if item was successfully removed from the clock vector; otherwise, false. This method also returns false when item is not found.

Implements

ICollection<T>::Remove(T)

ExceptionCondition
ArgumentException

item cannot be cast to ClockVectorElement.

Show: