DeployedServiceReplicaList.Remove(DeployedServiceReplica) Method

Definition

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

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

Parameters

item
DeployedServiceReplica

The item to be removed.

Returns

true if successfully removed; otherwise, false.

Implements

Applies to