FeedClockVector::Remove Method
Removes the first occurrence of a specific element from the clock vector.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- item
- Type: Microsoft.Synchronization::IClockVectorElement
The element to remove from the clock vector.
Return Value
Type: System::Booleantrue 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)| Exception | Condition |
|---|---|
| ArgumentException | item is a nullptr or cannot be converted to FeedClockVectorElement. |
Show: