InteropSolutionService.UpdateInBackground Method¶
Updates an existing 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 UpdateInBackground(
ISolutionConfig solutionConfig
)
VB¶
Public Function UpdateInBackground (
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 update operation.
See Also¶
Reference¶
InteropSolutionService Class
Citrix.SDK.AppDNA.Solutions.Interop Namespace