Share via


DeployedServiceReplicaList.Add(DeployedServiceReplica) Method

Definition

Adds an item to the collection.

public void Add (System.Fabric.Query.DeployedServiceReplica item);
abstract member Add : System.Fabric.Query.DeployedServiceReplica -> unit
override this.Add : System.Fabric.Query.DeployedServiceReplica -> unit
Public Sub Add (item As DeployedServiceReplica)

Parameters

item
DeployedServiceReplica

The item to be added to the collection.

Implements

Applies to