ReportConfiguration.Analyze Method (IEnumerable(Application))¶
Triggers an analysis of the specified applications against this ReportConfiguration.
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 Analysis Analyze(
IEnumerable<Application> applications
)
VB¶
Public Function Analyze (
applications As IEnumerable(Of Application)
) As Analysis
Parameters¶
- applications
- Type: System.Collections.Generic.IEnumerable(Application)
The collection of applications to analyze.
Return Value¶
Type: Analysis
An Analysis object which can be used to track the progress of the analysis.
See Also¶
Reference¶
ReportConfiguration Class
Analyze Overload
Citrix.SDK.AppDNA Namespace