XenUpgradeSolutionService.UpdateInBackground Method¶
Updates the XenUpgradeSolution with the specified solution configuration.
Namespace: Citrix.SDK.AppDNA.Solutions.XenUpgrade
Assembly: Citrix.SDK.AppDNA.Solutions.XenUpgrade (in Citrix.SDK.AppDNA.Solutions.XenUpgrade.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public XenUpgradeEdit UpdateInBackground(
IXenSolutionConfig solutionConfig
)
VB¶
Public Function UpdateInBackground (
solutionConfig As IXenSolutionConfig
) As XenUpgradeEdit
Parameters¶
- solutionConfig
- Type: Citrix.SDK.AppDNA.Solutions.Xen.Common.IXenSolutionConfig
The solution configuration.
Return Value¶
Type: XenUpgradeEdit
An object that can be used to track the progress of the update.
Implements¶
IXenSolutionService(TXenSolution, TXenSolutionEditor).UpdateInBackground(IXenSolutionConfig)
See Also¶
Reference¶
XenUpgradeSolutionService Class
Citrix.SDK.AppDNA.Solutions.XenUpgrade Namespace