Udostępnij za pośrednictwem


FeedClockVector.Insert Method

Inserts an element into the clock vector at the specified index.

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

Syntax

'Declaration
Public Sub Insert ( _
    index As Integer, _
    item As IClockVectorElement _
)
'Usage
Dim instance As FeedClockVector
Dim index As Integer
Dim item As IClockVectorElement

instance.Insert(index, item)
public void Insert (
    int index,
    IClockVectorElement item
)
public:
virtual void Insert (
    int index, 
    IClockVectorElement^ item
) sealed
public final void Insert (
    int index, 
    IClockVectorElement item
)
public final function Insert (
    index : int, 
    item : IClockVectorElement
)

Parameters

  • index
    The value of item is inserted at this index.
  • item
    The element to insert into the clock vector.

See Also

Reference

FeedClockVector Class
FeedClockVector Members
Microsoft.Synchronization.FeedSync Namespace