Skip to content

ReportConfigurationService.Analyze Method (IEnumerable(ReportConfiguration), IEnumerable(Application), IEnumerable(OSPatch), Boolean)

Triggers an analysis of the specified applications and patches 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<ReportConfiguration> reportingConfigurations,
    IEnumerable<Application> applications,
    IEnumerable<OSPatch> patches,
    bool forceReanalysis
)

VB

Public Function Analyze ( 
    reportingConfigurations As IEnumerable(Of ReportConfiguration),
    applications As IEnumerable(Of Application),
    patches As IEnumerable(Of OSPatch),
    forceReanalysis As Boolean
) As Analysis

Parameters

 

reportingConfigurations
Type: System.Collections.Generic.IEnumerable(ReportConfiguration)
The collection of report configurations with which to analyze the applications.
applications
Type: System.Collections.Generic.IEnumerable(Application)
The collection of applications to analyze.
patches
Type: System.Collections.Generic.IEnumerable(OSPatch)
The collection of patches to analyze.
forceReanalysis
Type: System.Boolean
If true then applications will be re-analyzed, otherwise analysis will run only if application state requires it.

Return Value

Type: Analysis
An Analysis object which can be used to track the progress of the analysis.

See Also

Reference

ReportConfigurationService Class
Analyze Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?