FeedClockVector::Add Method

Adds an element to the clock vector.

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

public:
virtual void Add(
	IClockVectorElement^ item
) sealed

Parameters

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

Implements

ICollection<T>::Add(T)

ExceptionCondition
ArgumentException

item is a nullptr or cannot be converted to FeedClockVectorElement.

Show: