Share via


DeployedServicePackageList.Remove(DeployedServicePackage) Method

Definition

Removes the specified item from this list.

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

Parameters

item
DeployedServicePackage

The item to remove from the list.

Returns

true if successfully removed; otherwise, false.

Implements

Applies to