Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
- item
Type: Microsoft.Synchronization.IClockVectorElement
The element to add to the clock vector.
Implements
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | item is a null reference (Nothing in Visual Basic) or cannot be converted to FeedClockVectorElement. |