Ejemplo n.º 1
0
 public string[] getTemperature(string location)
 {
     WeatherMonitor.MelbourneWeatherService.getTemperatureRequest inValue = new WeatherMonitor.MelbourneWeatherService.getTemperatureRequest();
     inValue.location = location;
     WeatherMonitor.MelbourneWeatherService.getTemperatureResponse retVal = ((WeatherMonitor.MelbourneWeatherService.MelbourneWeather2PortType)(this)).getTemperature(inValue);
     return(retVal.@return);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <WeatherMonitor.MelbourneWeatherService.getTemperatureResponse> getTemperatureAsync(string location)
 {
     WeatherMonitor.MelbourneWeatherService.getTemperatureRequest inValue = new WeatherMonitor.MelbourneWeatherService.getTemperatureRequest();
     inValue.location = location;
     return(((WeatherMonitor.MelbourneWeatherService.MelbourneWeather2PortType)(this)).getTemperatureAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <WeatherMonitor.MelbourneWeatherService.getTemperatureResponse> WeatherMonitor.MelbourneWeatherService.MelbourneWeather2PortType.getTemperatureAsync(WeatherMonitor.MelbourneWeatherService.getTemperatureRequest request)
 {
     return(base.Channel.getTemperatureAsync(request));
 }
Ejemplo n.º 4
0
 WeatherMonitor.MelbourneWeatherService.getTemperatureResponse WeatherMonitor.MelbourneWeatherService.MelbourneWeather2PortType.getTemperature(WeatherMonitor.MelbourneWeatherService.getTemperatureRequest request)
 {
     return(base.Channel.getTemperature(request));
 }