コード例 #1
0
 public AxlNetClient.GetHuntPilotRes getHuntPilot(AxlNetClient.GetHuntPilotReq getHuntPilot1)
 {
     AxlNetClient.getHuntPilotRequest inValue = new AxlNetClient.getHuntPilotRequest();
     inValue.getHuntPilot = getHuntPilot1;
     AxlNetClient.getHuntPilotResponse retVal = ((AxlNetClient.AXLPort35)(this)).getHuntPilot(inValue);
     return(retVal.getHuntPilotResponse1);
 }
コード例 #2
0
 public AxlNetClient.GetHuntPilotRes getHuntPilot(AxlNetClient.GetHuntPilotReq getHuntPilot1)
 {
     return(axlPortClient35.getHuntPilot(getHuntPilot1));
 }
コード例 #3
0
 public System.Threading.Tasks.Task <AxlNetClient.getHuntPilotResponse> getHuntPilotAsync(AxlNetClient.GetHuntPilotReq getHuntPilot)
 {
     AxlNetClient.getHuntPilotRequest inValue = new AxlNetClient.getHuntPilotRequest();
     inValue.getHuntPilot = getHuntPilot;
     return(((AxlNetClient.AXLPort35)(this)).getHuntPilotAsync(inValue));
 }
コード例 #4
0
 public System.Threading.Tasks.Task <AxlNetClient.getHuntPilotResponse> getHuntPilotAsync(AxlNetClient.GetHuntPilotReq getHuntPilot)
 {
     return(axlPortClient35.getHuntPilotAsync(getHuntPilot));
 }