Share via


DeployedServiceReplicaList.Insert(Int32, DeployedServiceReplica) Method

Definition

public void Insert(int index, System.Fabric.Query.DeployedServiceReplica item);
abstract member Insert : int * System.Fabric.Query.DeployedServiceReplica -> unit
override this.Insert : int * System.Fabric.Query.DeployedServiceReplica -> unit
Public Sub Insert (index As Integer, item As DeployedServiceReplica)

Parameters

index
System.Int32

Implements

System.Collections.Generic.IList`1.Insert(System.Int32,`0)

Applies to