Dela via


FeedClockVector.Add Method

Adds an element to the clock vector.

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

Syntax

'Declaration
Public Sub Add ( _
    item As IClockVectorElement _
)
'Usage
Dim instance As FeedClockVector
Dim item As IClockVectorElement

instance.Add(item)
public void Add(
    IClockVectorElement item
)
public:
virtual void Add(
    IClockVectorElement^ item
) sealed
abstract Add : 
        item:IClockVectorElement -> unit 
override Add : 
        item:IClockVectorElement -> unit 
public final function Add(
    item : IClockVectorElement
)

Parameters

Implements

ICollection<T>.Add(T)

Exceptions

Exception Condition
ArgumentException

item is a null reference (Nothing in Visual Basic) or cannot be converted to FeedClockVectorElement.

See Also

Reference

FeedClockVector Class

Microsoft.Synchronization.FeedSync Namespace