Skip to content

ReportConfigurationService.GetAsync Method (IEnumerable(String))

Returns a collection with all the ReportConfiguration 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<Collection<ReportConfiguration>> GetAsync(
    IEnumerable<string> identifiers
)

VB

Public Function GetAsync ( 
    identifiers As IEnumerable(Of String)
) As Task(Of Collection(Of ReportConfiguration))

Parameters

 

identifiers
Type: System.Collections.Generic.IEnumerable(String)
The identifiers of the ReportConfigurations

Return Value

Type: Task(Collection(ReportConfiguration))
Returns the collection of the ReportConfiguration objects.

See Also

Reference

ReportConfigurationService Class
GetAsync Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?