FeedClockVector::Contains Method
Determines whether the clock vector contains the specified element.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- item
- Type: Microsoft.Synchronization::IClockVectorElement
The element to find in the clock vector.
Implements
ICollection<T>::Contains(T)| Exception | Condition |
|---|---|
| ArgumentException | item is a nullptr or cannot be converted to FeedClockVectorElement. |
Show: