Share via


DeployedServicePackageList.Add(DeployedServicePackage) Method

Definition

Adds the specified item to the list.

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

Parameters

item
DeployedServicePackage

The item to add.

Implements

Applies to