Пример #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)
 {
     AxlNetClient.addHuntPilotRequest inValue = new AxlNetClient.addHuntPilotRequest();
     inValue.addHuntPilot = addHuntPilot;
     return(((AxlNetClient.AXLPort35)(this)).addHuntPilotAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <AxlNetClient.addHuntPilotResponse> AxlNetClient.AXLPort35.addHuntPilotAsync(AxlNetClient.addHuntPilotRequest request)
 {
     return(base.Channel.addHuntPilotAsync(request));
 }
Пример #4
0
 AxlNetClient.addHuntPilotResponse AxlNetClient.AXLPort35.addHuntPilot(AxlNetClient.addHuntPilotRequest request)
 {
     return(base.Channel.addHuntPilot(request));
 }