AppVSolution.AnalyzeInBackground Method (Boolean)¶
Analyzes this solution in background.
Namespace: Citrix.SDK.AppDNA.Solutions.AppV
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public IEnumerable<Analysis> AnalyzeInBackground(
bool forceReanalysis
)
VB¶
Public Function AnalyzeInBackground (
forceReanalysis As Boolean
) As IEnumerable(Of Analysis)
Parameters¶
- forceReanalysis
- Type: System.Boolean
Iftrue
then applications will be re-analyzed, otherwise analysis will run only if application state requires it.
Return Value¶
Type: IEnumerable(Analysis)
Collection of Analysis objects that will be processed in the background.
See Also¶
Reference¶
AppVSolution Class
AnalyzeInBackground Overload
Citrix.SDK.AppDNA.Solutions.AppV Namespace