Exemple #1
0
 public System.Threading.Tasks.Task <WeatherMonitor.MelbourneWeatherTimelapse.getLocationsResponse> getLocationsAsync()
 {
     WeatherMonitor.MelbourneWeatherTimelapse.getLocationsRequest inValue = new WeatherMonitor.MelbourneWeatherTimelapse.getLocationsRequest();
     return(((WeatherMonitor.MelbourneWeatherTimelapse.MelbourneWeatherTimeLapsePortType)(this)).getLocationsAsync(inValue));
 }
Exemple #2
0
 public string[] getLocations()
 {
     WeatherMonitor.MelbourneWeatherTimelapse.getLocationsRequest  inValue = new WeatherMonitor.MelbourneWeatherTimelapse.getLocationsRequest();
     WeatherMonitor.MelbourneWeatherTimelapse.getLocationsResponse retVal  = ((WeatherMonitor.MelbourneWeatherTimelapse.MelbourneWeatherTimeLapsePortType)(this)).getLocations(inValue);
     return(retVal.@return);
 }
Exemple #3
0
 System.Threading.Tasks.Task <WeatherMonitor.MelbourneWeatherTimelapse.getLocationsResponse> WeatherMonitor.MelbourneWeatherTimelapse.MelbourneWeatherTimeLapsePortType.getLocationsAsync(WeatherMonitor.MelbourneWeatherTimelapse.getLocationsRequest request)
 {
     return(base.Channel.getLocationsAsync(request));
 }
Exemple #4
0
 WeatherMonitor.MelbourneWeatherTimelapse.getLocationsResponse WeatherMonitor.MelbourneWeatherTimelapse.MelbourneWeatherTimeLapsePortType.getLocations(WeatherMonitor.MelbourneWeatherTimelapse.getLocationsRequest request)
 {
     return(base.Channel.getLocations(request));
 }