Skip to content

ApplicationService.Get Method (IEnumerable(Int64))

Returns a collection of Application objects with matching identifiers.

Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public Collection<Application> Get(
    IEnumerable<long> applicationIds
)

VB

Public Function Get ( 
    applicationIds As IEnumerable(Of Long)
) As Collection(Of Application)

Parameters

 

applicationIds
Type: System.Collections.Generic.IEnumerable(Int64)
A collection of application identifier values used to find the matching Application objects.

Return Value

Type: Collection(Application)
Returns the requested Application objects.

See Also

Reference

ApplicationService Class
Get Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?