xenadmin/XenAdmin/Actions/OVFActions
Callum McIntyre 7d7a040335 [CA-211267] Add a null check, use Run() to stop child classes directly calling InitialiseTicker()
TickUntilCompletion() is now a static method and again takes an ApplianceAction parameter. It does a null check on each while iteration to handle the case where another thread nulls the action. Also added Run() method to ApplianceAction which initialises the ticker (now a private method), and let child classes call Run() instead.
2016-10-24 11:59:28 +01:00
..
ApplianceAction.cs [CA-211267] Add a null check, use Run() to stop child classes directly calling InitialiseTicker() 2016-10-24 11:59:28 +01:00
ExportApplianceAction.cs [CA-211267] Add a null check, use Run() to stop child classes directly calling InitialiseTicker() 2016-10-24 11:59:28 +01:00
ImportApplianceAction.cs [CA-211267] Add a null check, use Run() to stop child classes directly calling InitialiseTicker() 2016-10-24 11:59:28 +01:00
ImportImageAction.cs [CA-211267] Add a null check, use Run() to stop child classes directly calling InitialiseTicker() 2016-10-24 11:59:28 +01:00