Example #1
0
 public string[] getWeather(string location)
 {
     WeatherMonitor.MelbourneWeatherTimelapse.getWeatherRequest inValue = new WeatherMonitor.MelbourneWeatherTimelapse.getWeatherRequest();
     inValue.location = location;
     WeatherMonitor.MelbourneWeatherTimelapse.getWeatherResponse retVal = ((WeatherMonitor.MelbourneWeatherTimelapse.MelbourneWeatherTimeLapsePortType)(this)).getWeather(inValue);
     return(retVal.@return);
 }
Example #2
0
 public System.Threading.Tasks.Task <WeatherMonitor.MelbourneWeatherTimelapse.getWeatherResponse> getWeatherAsync(string location)
 {
     WeatherMonitor.MelbourneWeatherTimelapse.getWeatherRequest inValue = new WeatherMonitor.MelbourneWeatherTimelapse.getWeatherRequest();
     inValue.location = location;
     return(((WeatherMonitor.MelbourneWeatherTimelapse.MelbourneWeatherTimeLapsePortType)(this)).getWeatherAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <WeatherMonitor.MelbourneWeatherTimelapse.getWeatherResponse> WeatherMonitor.MelbourneWeatherTimelapse.MelbourneWeatherTimeLapsePortType.getWeatherAsync(WeatherMonitor.MelbourneWeatherTimelapse.getWeatherRequest request)
 {
     return(base.Channel.getWeatherAsync(request));
 }
Example #4
0
 WeatherMonitor.MelbourneWeatherTimelapse.getWeatherResponse WeatherMonitor.MelbourneWeatherTimelapse.MelbourneWeatherTimeLapsePortType.getWeather(WeatherMonitor.MelbourneWeatherTimelapse.getWeatherRequest request)
 {
     return(base.Channel.getWeather(request));
 }