Esempio n. 1
0
 public AxlNetClient.StandardResponse updateHuntPilot(AxlNetClient.UpdateHuntPilotReq updateHuntPilot1)
 {
     AxlNetClient.updateHuntPilotRequest inValue = new AxlNetClient.updateHuntPilotRequest();
     inValue.updateHuntPilot = updateHuntPilot1;
     AxlNetClient.updateHuntPilotResponse retVal = ((AxlNetClient.AXLPort35)(this)).updateHuntPilot(inValue);
     return(retVal.updateHuntPilotResponse1);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateHuntPilotResponse> updateHuntPilotAsync(AxlNetClient.UpdateHuntPilotReq updateHuntPilot)
 {
     AxlNetClient.updateHuntPilotRequest inValue = new AxlNetClient.updateHuntPilotRequest();
     inValue.updateHuntPilot = updateHuntPilot;
     return(((AxlNetClient.AXLPort35)(this)).updateHuntPilotAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <AxlNetClient.updateHuntPilotResponse> AxlNetClient.AXLPort35.updateHuntPilotAsync(AxlNetClient.updateHuntPilotRequest request)
 {
     return(base.Channel.updateHuntPilotAsync(request));
 }
Esempio n. 4
0
 AxlNetClient.updateHuntPilotResponse AxlNetClient.AXLPort35.updateHuntPilot(AxlNetClient.updateHuntPilotRequest request)
 {
     return(base.Channel.updateHuntPilot(request));
 }