Share via


DeployedApplicationHealthStateList.Insert Method

Definition

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

Parameters

index
System.Int32

Implements

System.Collections.Generic.IList`1.Insert(System.Int32,`0)

Applies to