ClockVector::IndexOf Method
Determines the index of a specific item in the clock vector element list.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- item
- Type: Microsoft.Synchronization::IClockVectorElement
The element to find in the clock vector.
Implements
IList<T>::IndexOf(T)| Exception | Condition |
|---|---|
| ArgumentException | item cannot be cast to ClockVectorElement. |
Show: