共用方式為


DeployedServicePackageHealthStateList.Remove Method

Definition

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

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

Parameters

item
DeployedServicePackageHealthState

The item to be removed.

Returns

true if the item was removed; otherwise, false.

Implements

Applies to