ApplicationHealthStateList.Remove(ApplicationHealthState) Method

Definition

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

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

Parameters

item
ApplicationHealthState

The item to be removed.

Returns

true if the item was removed; otherwise, false.

Implements

Applies to