コード例 #1
0
 public AxlNetClient.GetLocationRes getLocation(AxlNetClient.GetLocationReq getLocation1)
 {
     AxlNetClient.getLocationRequest inValue = new AxlNetClient.getLocationRequest();
     inValue.getLocation = getLocation1;
     AxlNetClient.getLocationResponse retVal = ((AxlNetClient.AXLPort10)(this)).getLocation(inValue);
     return(retVal.getLocationResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getLocationResponse> getLocationAsync(AxlNetClient.GetLocationReq getLocation)
 {
     return(axlPortClient10.getLocationAsync(getLocation));
 }
コード例 #3
0
 public AxlNetClient.GetLocationRes getLocation(AxlNetClient.GetLocationReq getLocation1)
 {
     return(axlPortClient10.getLocation(getLocation1));
 }
コード例 #4
0
 public System.Threading.Tasks.Task <AxlNetClient.getLocationResponse> getLocationAsync(AxlNetClient.GetLocationReq getLocation)
 {
     AxlNetClient.getLocationRequest inValue = new AxlNetClient.getLocationRequest();
     inValue.getLocation = getLocation;
     return(((AxlNetClient.AXLPort10)(this)).getLocationAsync(inValue));
 }