InteropSolutionService.Create Method¶
Creates a new Interoperability solution.
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 InteropSolution Create(
ISolutionConfig solutionConfig
)
VB¶
Public Function Create (
solutionConfig As ISolutionConfig
) As InteropSolution
Parameters¶
- solutionConfig
- Type: Citrix.SDK.AppDNA.Solutions.Interop.ISolutionConfig
Configuration for the new Interoperability solution.
Return Value¶
Type: InteropSolution
The InteropSolution entity for the newly created solution.
See Also¶
Reference¶
InteropSolutionService Class
Citrix.SDK.AppDNA.Solutions.Interop Namespace