다음을 통해 공유


NodeHealthStateList.Add(NodeHealthState) Method

Definition

Adds an item to the collection.

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

Parameters

item
NodeHealthState

The item to add.

Implements

Applies to