DeployedApplicationHealthStateList.Remove Method

Definition

Removes the first occurrence of a specific item from the collection.

public bool Remove (System.Fabric.Health.DeployedApplicationHealthState item);
abstract member Remove : System.Fabric.Health.DeployedApplicationHealthState -> bool
override this.Remove : System.Fabric.Health.DeployedApplicationHealthState -> bool
Public Function Remove (item As DeployedApplicationHealthState) As Boolean

Parameters

item
DeployedApplicationHealthState

The item to be removed.

Returns

true if the item was removed; otherwise, false.

Implements

Applies to