AppDisksSolutionService.UpdateInBackground Method¶
Updates an existing AppDisks solution on a background process.
Namespace: Citrix.SDK.AppDNA.Solutions.AppDisks
Assembly: Citrix.SDK.AppDNA.Solutions.AppDisks (in Citrix.SDK.AppDNA.Solutions.AppDisks.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public AppDisksSolutionEdit UpdateInBackground(
ISolutionConfig solutionConfig
)
VB¶
Public Function UpdateInBackground (
solutionConfig As ISolutionConfig
) As AppDisksSolutionEdit
Parameters¶
- solutionConfig
- Type: Citrix.SDK.AppDNA.Solutions.AppDisks.ISolutionConfig
The solution configuration.
Return Value¶
Type: AppDisksSolutionEdit
An AppDisksSolutionEdit object that can be used to track the progress of the solution update operation.
See Also¶
Reference¶
AppDisksSolutionService Class
Citrix.SDK.AppDNA.Solutions.AppDisks Namespace