Share via


DeployedServiceTypeList.Insert(Int32, DeployedServiceType) Method

Definition

Inserts the item at the specified index.

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

Parameters

index
Int32

The index where the item will be inserted.

item
DeployedServiceType

The item to insert.

Implements

Applies to