ReplicaHealthStateList.Add(ReplicaHealthState) Method

Definition

Adds an item to the collection.

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)

Parameters

item
ReplicaHealthState

The item to add.

Implements

Applies to