IXenSolutionService(TXenSolution, TXenSolutionEditor).CreateInBackground Method¶
Creates 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 CreateInBackground(
IXenSolutionConfig solutionConfig
)
VB¶
Function CreateInBackground (
solutionConfig As IXenSolutionConfig
) As TXenSolutionEditor
Parameters¶
- solutionConfig
- Type: Citrix.SDK.AppDNA.Solutions.Xen.Common.IXenSolutionConfig
The solution configuration.
Return Value¶
Type: TXenSolutionEditor
Create solution
See Also¶
Reference¶
IXenSolutionService(TXenSolution, TXenSolutionEditor) Interface
Citrix.SDK.AppDNA.Solutions.Xen.Common Namespace