RouteCollection.RemoveItem(Int32) Method

Definition

Removes the route from the RouteCollection object at the specified index.

protected:
 override void RemoveItem(int index);
protected override void RemoveItem (int index);
override this.RemoveItem : int -> unit
Protected Overrides Sub RemoveItem (index As Integer)

Parameters

index
Int32

The zero-based index of the route to remove.

Remarks

Use the GetReadLock method and the GetWriteLock method to make sure that you interact with the collection without conflicts from other processes.

Applies to

See also