InteropSolutionService.CreateInBackground Method¶
Creates a new Interoperability solution on a background process.
Namespace: Citrix.SDK.AppDNA.Solutions.Interop
Assembly: Citrix.SDK.AppDNA.Solutions.Interop (in Citrix.SDK.AppDNA.Solutions.Interop.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public InteropSolutionEdit CreateInBackground(
ISolutionConfig solutionConfig
)
VB¶
Public Function CreateInBackground (
solutionConfig As ISolutionConfig
) As InteropSolutionEdit
Parameters¶
- solutionConfig
- Type: Citrix.SDK.AppDNA.Solutions.Interop.ISolutionConfig
The solution configuration.
Return Value¶
Type: InteropSolutionEdit
An InteropSolutionEdit object that can be used to track the progress of the solution creation operation.
See Also¶
Reference¶
InteropSolutionService Class
Citrix.SDK.AppDNA.Solutions.Interop Namespace