xenadmin/XenModel/Actions/Pool_Patch
Mihaela Stoica f161471cd9 CA-302463: Change the action that applies an update to do an async call, so that the calling code notices if the connection has been lost while installing the update
This fixes the bug in the Patching wizard, where the wizard does not show any error and does not notice the disconnection, so it is stuck in the Installing update phase.
The Patching wizard only uses the ApplyUpdateAction class, but I had also changed the ApplyPatchAction class to avoid similar problems in the RPU wizard, where this action is used to install the RPU hotfix during the prechecks.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2018-11-21 13:51:20 +00:00
..
ApplyPatchAction.cs CA-302463: Change the action that applies an update to do an async call, so that the calling code notices if the connection has been lost while installing the update 2018-11-21 13:51:20 +00:00
CheckDiskSpaceForPatchUploadAction.cs Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00
CleanupDiskSpaceAction.cs Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00
GetDiskSpaceRequirementsAction.cs CP-28282: Unit tests fix + improved message 2018-06-15 16:05:37 +01:00
PoolPatchCleanAction.cs CA-293813: Patch pools in parallel when installing a single update/patch or supplemental package. (#2183) 2018-08-17 12:05:16 +01:00
RemovePatchAction.cs CA-293813: Patch pools in parallel when installing a single update/patch or supplemental package. (#2183) 2018-08-17 12:05:16 +01:00
UploadPatchAction.cs Added padding to the upload/download progress numbers to reduce left-right message "jumping". 2018-07-02 17:37:52 +01:00