FeedClockVector::IndexOf Method

Determines the index of a specific item in the clock vector element list.

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

public:
virtual int IndexOf(
	IClockVectorElement^ item
) sealed

Parameters

item
Type: Microsoft.Synchronization::IClockVectorElement
The element to find in the clock vector.

Return Value

Type: System::Int32
The index of item in the clock vector element list.

Implements

IList<T>::IndexOf(T)

ExceptionCondition
ArgumentException

item is a nullptr or cannot be converted to FeedClockVectorElement.

Show: