AppVSolution.Analyze Method (Boolean)¶
Starts the solution analysis.
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 void Analyze(
bool forceReanalysis
)
VB¶
Public Sub Analyze (
forceReanalysis As Boolean
)
Parameters¶
- forceReanalysis
- Type: System.Boolean
Iftrue
then applications will be re-analyzed, otherwise analysis will run only if application state requires it.
See Also¶
Reference¶
AppVSolution Class
Analyze Overload
Citrix.SDK.AppDNA.Solutions.AppV Namespace