コード例 #1
0
 public AxlNetClient.StandardResponse addLocation(AxlNetClient.AddLocationReq addLocation1)
 {
     AxlNetClient.addLocationRequest inValue = new AxlNetClient.addLocationRequest();
     inValue.addLocation = addLocation1;
     AxlNetClient.addLocationResponse retVal = ((AxlNetClient.AXLPort10)(this)).addLocation(inValue);
     return(retVal.addLocationResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addLocationResponse> addLocationAsync(AxlNetClient.AddLocationReq addLocation)
 {
     return(axlPortClient10.addLocationAsync(addLocation));
 }
コード例 #3
0
 public AxlNetClient.StandardResponse addLocation(AxlNetClient.AddLocationReq addLocation1)
 {
     return(axlPortClient10.addLocation(addLocation1));
 }
コード例 #4
0
 public System.Threading.Tasks.Task <AxlNetClient.addLocationResponse> addLocationAsync(AxlNetClient.AddLocationReq addLocation)
 {
     AxlNetClient.addLocationRequest inValue = new AxlNetClient.addLocationRequest();
     inValue.addLocation = addLocation;
     return(((AxlNetClient.AXLPort10)(this)).addLocationAsync(inValue));
 }