AppVSolution.AnalyzeInBackground Method¶
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()
VB¶
Public Function AnalyzeInBackground As IEnumerable(Of Analysis)
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