ComputerTargetCollection.Insert(Int32, IComputerTarget)

Inserts a client computer into the collection.

public void Insert(
  Int32 index,
  IComputerTarget value
);
Public Sub Insert( _
  ByVal index As Int32, _
  ByVal value As IComputerTarget _
)

Parameters

  • index
    Zero-based index at which to insert the client computer into the collection.
  • value
    An IComputerTarget of the client computer to insert into the collection.

Return Values

This method has no return values.

Exceptions

Exception type Condition
System.ArgumentException The client computer already exists in this collection.
System.ArgumentNullException value cannot be null.
System.ArgumentOutOfRangeException index cannot be less than zero or greater than ComputerTargetCollection.Count.

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server SP4 and later.
Namespace

Defined in Microsoft.UpdateServices.Administration.

Assembly

Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll).

.NET Framework

Requires .NET Framework 1.1.

See Also

ComputerTargetCollection.Add