Aracılığıyla paylaş


DeployedServiceTypeList.Add(DeployedServiceType) Method

Definition

Adds the specified item to the list.

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

Parameters

item
DeployedServiceType

The item to add.

Implements

Applies to