Метод FeedClockVector.RemoveAt

Удаляет элемент по указанному индексу.

Пространство имен: Microsoft.Synchronization.FeedSync
Сборка: Microsoft.Synchronization (в microsoft.synchronization.dll)

Синтаксис

'Декларация
Public Sub RemoveAt ( _
    index As Integer _
)
'Применение
Dim instance As FeedClockVector
Dim index As Integer

instance.RemoveAt(index)
public void RemoveAt (
    int index
)
public:
virtual void RemoveAt (
    int index
) sealed
public final void RemoveAt (
    int index
)
public final function RemoveAt (
    index : int
)

Параметры

  • index
    Индекс элемента, удаляемого из вектора синхронизации.

См. также

Справочник

Класс FeedClockVector
Элементы FeedClockVector
Пространство имен Microsoft.Synchronization.FeedSync