From 9277bbd2fa070c69b83904f8fe5628fab2b947b8 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 25 Nov 2018 17:52:49 +0200 Subject: Working on job export import to storage. --- .../PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs index d2be997b5..13752b931 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs @@ -42,6 +42,13 @@ namespace Tango.PPC.Common.MachineUpdate /// Task Update(String serialNumber, String machineServiceAddress); + /// + /// Performs a machine update using the specified software update package path. + /// + /// Name of the file. + /// + Task Update(String fileName); + /// /// Checks if any update are available for the specified machine serial number. /// -- cgit v1.3.1