PatchImpactAnalysisSolutionService.SaveInBackground Method¶
Creates a new Patch Impact Analysis solution on a background process.
Namespace: Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis
Assembly: Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis (in Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax¶
C¶
public PatchImpactAnalysisSolutionEdit SaveInBackground(
IPatchImpactAnalysisSolutionConfig<IOsBuild> solutionConfig,
bool isNew
)
VB¶
Public Function SaveInBackground (
solutionConfig As IPatchImpactAnalysisSolutionConfig(Of IOsBuild),
isNew As Boolean
) As PatchImpactAnalysisSolutionEdit
Parameters¶
- solutionConfig
- Type: Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis.IPatchImpactAnalysisSolutionConfig(IOsBuild)
The solution configuration. - isNew
- Type: System.Boolean
if set totrue
[is new].
Return Value¶
Type: PatchImpactAnalysisSolutionEdit
An PatchImpactAnalysisSolutionEdit object that can be used to track the progress of the solution creation operation.
See Also¶
Reference¶
PatchImpactAnalysisSolutionService Class
Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis Namespace