Beispiel #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);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateHuntPilotResponse> updateHuntPilotAsync(AxlNetClient.UpdateHuntPilotReq updateHuntPilot)
 {
     return(axlPortClient35.updateHuntPilotAsync(updateHuntPilot));
 }
Beispiel #3
0
 public AxlNetClient.StandardResponse updateHuntPilot(AxlNetClient.UpdateHuntPilotReq updateHuntPilot1)
 {
     return(axlPortClient35.updateHuntPilot(updateHuntPilot1));
 }
Beispiel #4
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));
 }