Share via


DeployedServiceTypeList.Remove(DeployedServiceType) Method

Definition

Remove the specified item from this list.

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

Parameters

item
DeployedServiceType

The item to remove.

Returns

The list with removed item.

Implements

Applies to