IXenSolutionService(TXenSolution, TXenSolutionEditor).UpdateInBackground Method¶
Updates solution with the specified solution configuration.
Namespace: Citrix.SDK.AppDNA.Solutions.Xen.Common
Assembly: Citrix.SDK.AppDNA.Solutions.Xen.Common (in Citrix.SDK.AppDNA.Solutions.Xen.Common.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
TXenSolutionEditor UpdateInBackground(
IXenSolutionConfig solutionConfig
)
VB¶
Function UpdateInBackground (
solutionConfig As IXenSolutionConfig
) As TXenSolutionEditor
Parameters¶
- solutionConfig
- Type: Citrix.SDK.AppDNA.Solutions.Xen.Common.IXenSolutionConfig
The solution configuration.
Return Value¶
Type: TXenSolutionEditor
Updated solution
See Also¶
Reference¶
IXenSolutionService(TXenSolution, TXenSolutionEditor) Interface
Citrix.SDK.AppDNA.Solutions.Xen.Common Namespace