DeployedServicePackageHealthStateList.Add Method

Definition

Adds an item to the collection.

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

Parameters

item
DeployedServicePackageHealthState

The item to add.

Implements

Applies to