From 00a491d93733d4625ad329b2ba8237f445364b3f Mon Sep 17 00:00:00 2001 From: Mirta Date: Wed, 30 Dec 2020 16:39:52 +0200 Subject: merge --- .../PPC/Tango.PPC.Common/Web/PPCWebClientBase.cs | 45 ---------------------- 1 file changed, 45 deletions(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Web/PPCWebClientBase.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/PPCWebClientBase.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/PPCWebClientBase.cs index ff972acb2..2df343241 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/PPCWebClientBase.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/PPCWebClientBase.cs @@ -40,15 +40,6 @@ namespace Tango.PPC.Common.Web } - /// - /// Initializes a new instance of the class. - /// - /// Other instance. - public PPCWebClientBase(PPCWebClientBase cloned) : base(cloned) - { - - } - /// /// Executes the MachineSetup action and returns Tango.PPC.Common.Web.MachineSetupResponse. /// @@ -67,15 +58,6 @@ namespace Tango.PPC.Common.Web return Post("MachineUpdate", request); } - /// - /// Executes the NotifyUpdateCompleted action and returns Tango.PPC.Common.Web.MachineUpdateCompletedResponse. - /// - /// - public Task NotifyUpdateCompleted(Tango.PPC.Common.Web.MachineUpdateCompletedRequest request) - { - return Post("NotifyUpdateCompleted", request); - } - /// /// Executes the CheckForUpdates action and returns Tango.PPC.Common.Web.CheckForUpdateResponse. /// @@ -94,33 +76,6 @@ namespace Tango.PPC.Common.Web return Post("UpdateDB", request); } - /// - /// Executes the UploadMachineData action and returns Tango.PPC.Common.Web.UploadMachineDataResponse. - /// - /// - public Task UploadMachineData(Tango.PPC.Common.Web.UploadMachineDataRequest request) - { - return Post("UploadMachineData", request); - } - - /// - /// Executes the DownloadMachineData action and returns Tango.PPC.Common.Web.DownloadMachineDataResponse. - /// - /// - public Task DownloadMachineData(Tango.PPC.Common.Web.DownloadMachineDataRequest request) - { - return Post("DownloadMachineData", request); - } - - /// - /// Executes the NotifyMachineDataDownloadCompleted action and returns Tango.PPC.Common.Web.NotifyMachineDataDownloadCompletedResponse. - /// - /// - public Task NotifyMachineDataDownloadCompleted(Tango.PPC.Common.Web.NotifyMachineDataDownloadCompletedRequest request) - { - return Post("NotifyMachineDataDownloadCompleted", request); - } - /// /// Executes the GetLatestVersion action and returns Tango.PPC.Common.Web.LatestVersionResponse. /// -- cgit v1.3.1