Compartir a través de


DeployedServicePackageHealthStateList.Remove Método

Definición

Quita la primera aparición de un elemento concreto de la colección.

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

Parámetros

item
DeployedServicePackageHealthState

Elemento que va a quitarse.

Devoluciones

true, si el elemento se ha eliminado; de lo contrario, false.

Implementaciones

Se aplica a