コード例 #1
0
 public string[] getRainfall(string location)
 {
     WeatherMonitor.MelbourneWeatherService.getRainfallRequest inValue = new WeatherMonitor.MelbourneWeatherService.getRainfallRequest();
     inValue.location = location;
     WeatherMonitor.MelbourneWeatherService.getRainfallResponse retVal = ((WeatherMonitor.MelbourneWeatherService.MelbourneWeather2PortType)(this)).getRainfall(inValue);
     return(retVal.@return);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <WeatherMonitor.MelbourneWeatherService.getRainfallResponse> getRainfallAsync(string location)
 {
     WeatherMonitor.MelbourneWeatherService.getRainfallRequest inValue = new WeatherMonitor.MelbourneWeatherService.getRainfallRequest();
     inValue.location = location;
     return(((WeatherMonitor.MelbourneWeatherService.MelbourneWeather2PortType)(this)).getRainfallAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <WeatherMonitor.MelbourneWeatherService.getRainfallResponse> WeatherMonitor.MelbourneWeatherService.MelbourneWeather2PortType.getRainfallAsync(WeatherMonitor.MelbourneWeatherService.getRainfallRequest request)
 {
     return(base.Channel.getRainfallAsync(request));
 }
コード例 #4
0
 WeatherMonitor.MelbourneWeatherService.getRainfallResponse WeatherMonitor.MelbourneWeatherService.MelbourneWeather2PortType.getRainfall(WeatherMonitor.MelbourneWeatherService.getRainfallRequest request)
 {
     return(base.Channel.getRainfall(request));
 }