ApplicationService.GetAsync 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 Task<Collection<Application>> GetAsync(
IEnumerable<long> applicationIds
)
VB¶
Public Function GetAsync (
applicationIds As IEnumerable(Of Long)
) As Task(Of 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: Task(Collection(Application))
Returns the requested Application objects.
See Also¶
Reference¶
ApplicationService Class
GetAsync Overload
Citrix.SDK.AppDNA Namespace