Share via


DeployedServicePackageList.Insert(Int32, DeployedServicePackage) Method

Definition

Inserts the item at the specified index.

public void Insert (int index, System.Fabric.Query.DeployedServicePackage item);
abstract member Insert : int * System.Fabric.Query.DeployedServicePackage -> unit
override this.Insert : int * System.Fabric.Query.DeployedServicePackage -> unit
Public Sub Insert (index As Integer, item As DeployedServicePackage)

Parameters

index
Int32

The zero-based index at which item should be inserted.

item
DeployedServicePackage

The object to insert.

Implements

Applies to