Skip to content

ApplicationService.GetAsync Method (ApplicationFilter, Object, Int32)

Returns a collection of Application objects that respects filtering requirements.

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(
    ApplicationFilter filterBy,
    Object filterValue,
    int count
)

VB

Public Function GetAsync ( 
    filterBy As ApplicationFilter,
    filterValue As Object,
    count As Integer
) As Task(Of Collection(Of Application))

Parameters

 

filterBy
Type: Citrix.SDK.AppDNA.ApplicationFilter
Specifies the field that filterValue is compared against to filter the results.
filterValue
Type: System.Object
Specifies a value that is used to filter the results if filterBy is not NONE.
count
Type: System.Int32
The maximum number of Application objects to return. Use -1 to retrieve all application that match the other parameters.

Return Value

Type: Task(Collection(Application))
Returns a collection of the requested Application objects.

Remarks

The results are filtered, then count is applied, before returning the results.

See Also

Reference

ApplicationService Class
GetAsync Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?