示例#1
0
 public AxlNetClient.StandardResponse addHuntPilot(AxlNetClient.AddHuntPilotReq addHuntPilot1)
 {
     AxlNetClient.addHuntPilotRequest inValue = new AxlNetClient.addHuntPilotRequest();
     inValue.addHuntPilot = addHuntPilot1;
     AxlNetClient.addHuntPilotResponse retVal = ((AxlNetClient.AXLPort35)(this)).addHuntPilot(inValue);
     return(retVal.addHuntPilotResponse1);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.addHuntPilotResponse> addHuntPilotAsync(AxlNetClient.AddHuntPilotReq addHuntPilot)
 {
     return(axlPortClient35.addHuntPilotAsync(addHuntPilot));
 }
示例#3
0
 public AxlNetClient.StandardResponse addHuntPilot(AxlNetClient.AddHuntPilotReq addHuntPilot1)
 {
     return(axlPortClient35.addHuntPilot(addHuntPilot1));
 }
示例#4
0
 public System.Threading.Tasks.Task <AxlNetClient.addHuntPilotResponse> addHuntPilotAsync(AxlNetClient.AddHuntPilotReq addHuntPilot)
 {
     AxlNetClient.addHuntPilotRequest inValue = new AxlNetClient.addHuntPilotRequest();
     inValue.addHuntPilot = addHuntPilot;
     return(((AxlNetClient.AXLPort35)(this)).addHuntPilotAsync(inValue));
 }