Share via


DeployedServiceReplicaList.IndexOf(DeployedServiceReplica) Method

Definition

Gets the index of specified item in this list.

public int IndexOf (System.Fabric.Query.DeployedServiceReplica item);
abstract member IndexOf : System.Fabric.Query.DeployedServiceReplica -> int
override this.IndexOf : System.Fabric.Query.DeployedServiceReplica -> int
Public Function IndexOf (item As DeployedServiceReplica) As Integer

Parameters

item
DeployedServiceReplica

The item to locate in the collection.

Returns

The index of the specified item in this list.

Implements

Applies to