Skip to content

ReportConfiguration.Analyze Method (IEnumerable(Application), PropertyChangedEventHandler)

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,
    PropertyChangedEventHandler propertyChangedHandler
)

VB

Public Function Analyze ( 
    applications As IEnumerable(Of Application),
    propertyChangedHandler As PropertyChangedEventHandler
) As Analysis

Parameters

 

applications
Type: System.Collections.Generic.IEnumerable(Application)
The collection of applications to analyze.
propertyChangedHandler
Type: System.ComponentModel.PropertyChangedEventHandler
The event handler to be called when the state of the analysis changes.

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

Was this article helpful?