次の方法で共有


ServiceHealthStateList.Insert(Int32, ServiceHealthState) メソッド

定義

指定したインデックス位置に項目を挿入します。

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

パラメーター

index
Int32

値を挿入する位置を示す、0 から始まるインデックスです。

item
ServiceHealthState

挿入する項目。

実装

適用対象