ReplicaHealthStateList.Add(ReplicaHealthState) メソッド

定義

項目をコレクションに追加します。

public void Add (System.Fabric.Health.ReplicaHealthState item);
abstract member Add : System.Fabric.Health.ReplicaHealthState -> unit
override this.Add : System.Fabric.Health.ReplicaHealthState -> unit
Public Sub Add (item As ReplicaHealthState)

パラメーター

item
ReplicaHealthState

追加する項目。

実装

適用対象