コード例 #1
0
 public AxlNetClient.StandardResponse removeHuntPilot(AxlNetClient.RemoveHuntPilotReq removeHuntPilot1)
 {
     AxlNetClient.removeHuntPilotRequest inValue = new AxlNetClient.removeHuntPilotRequest();
     inValue.removeHuntPilot = removeHuntPilot1;
     AxlNetClient.removeHuntPilotResponse retVal = ((AxlNetClient.AXLPort35)(this)).removeHuntPilot(inValue);
     return(retVal.removeHuntPilotResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeHuntPilotResponse> removeHuntPilotAsync(AxlNetClient.RemoveHuntPilotReq removeHuntPilot)
 {
     AxlNetClient.removeHuntPilotRequest inValue = new AxlNetClient.removeHuntPilotRequest();
     inValue.removeHuntPilot = removeHuntPilot;
     return(((AxlNetClient.AXLPort35)(this)).removeHuntPilotAsync(inValue));
 }
コード例 #3
0
 public System.Threading.Tasks.Task <AxlNetClient.removeHuntPilotResponse> removeHuntPilotAsync(AxlNetClient.RemoveHuntPilotReq removeHuntPilot)
 {
     return(axlPortClient35.removeHuntPilotAsync(removeHuntPilot));
 }
コード例 #4
0
 public AxlNetClient.StandardResponse removeHuntPilot(AxlNetClient.RemoveHuntPilotReq removeHuntPilot1)
 {
     return(axlPortClient35.removeHuntPilot(removeHuntPilot1));
 }