ReportConfigurationService.GetAsync Method¶
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()
VB¶
Public Function GetAsync As Task(Of Collection(Of ReportConfiguration))
Return Value¶
Type: Task(Collection(ReportConfiguration))
Returns a collection with all the ReportConfiguration objects.
See Also¶
Reference¶
ReportConfigurationService Class
GetAsync Overload
Citrix.SDK.AppDNA Namespace