예제 #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)
 {
     AxlNetClient.getLocationRequest inValue = new AxlNetClient.getLocationRequest();
     inValue.getLocation = getLocation;
     return(((AxlNetClient.AXLPort10)(this)).getLocationAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <AxlNetClient.getLocationResponse> AxlNetClient.AXLPort10.getLocationAsync(AxlNetClient.getLocationRequest request)
 {
     return(base.Channel.getLocationAsync(request));
 }
예제 #4
0
 AxlNetClient.getLocationResponse AxlNetClient.AXLPort10.getLocation(AxlNetClient.getLocationRequest request)
 {
     return(base.Channel.getLocation(request));
 }