Esempio n. 1
0
 public WebServiceConsumer.LocationListService.location[] listLocations(string locationCode)
 {
     WebServiceConsumer.LocationListService.listLocationsRequest inValue = new WebServiceConsumer.LocationListService.listLocationsRequest();
     inValue.locationCode = locationCode;
     WebServiceConsumer.LocationListService.listLocationsResponse retVal = ((WebServiceConsumer.LocationListService.LocationList)(this)).listLocations(inValue);
     return(retVal.@return);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <WebServiceConsumer.LocationListService.listLocationsResponse> listLocationsAsync(string locationCode)
 {
     WebServiceConsumer.LocationListService.listLocationsRequest inValue = new WebServiceConsumer.LocationListService.listLocationsRequest();
     inValue.locationCode = locationCode;
     return(((WebServiceConsumer.LocationListService.LocationList)(this)).listLocationsAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <WebServiceConsumer.LocationListService.listLocationsResponse> WebServiceConsumer.LocationListService.LocationList.listLocationsAsync(WebServiceConsumer.LocationListService.listLocationsRequest request)
 {
     return(base.Channel.listLocationsAsync(request));
 }
Esempio n. 4
0
 WebServiceConsumer.LocationListService.listLocationsResponse WebServiceConsumer.LocationListService.LocationList.listLocations(WebServiceConsumer.LocationListService.listLocationsRequest request)
 {
     return(base.Channel.listLocations(request));
 }