Partager via


DeployedServicePackageHealthStateList.Insert Méthode

Définition

Insère un élément au niveau de l'index spécifié.

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

Paramètres

index
Int32

Index de base zéro auquel la valeur doit être insérée.

item
DeployedServicePackageHealthState

Élément à insérer.

Implémente

S’applique à