ApplicationService.GetCountAsync Method¶
Returns a collection with all the Application objects.
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<int> GetCountAsync(
IEnumerable<SourceCategory> categories
)
VB¶
Public Function GetCountAsync (
categories As IEnumerable(Of SourceCategory)
) As Task(Of Integer)
Parameters¶
- categories
- Type: System.Collections.Generic.IEnumerable(SourceCategory)
Return Value¶
Type: Task(Int32)
Returns a collection with all the Application objects.