Esempio n. 1
0
 public System.Threading.Tasks.Task <ElasticSearch.Diagnostics.Tester.weatherService.GetWeatherInformationResponse> GetWeatherInformationAsync()
 {
     ElasticSearch.Diagnostics.Tester.weatherService.GetWeatherInformationRequest inValue = new ElasticSearch.Diagnostics.Tester.weatherService.GetWeatherInformationRequest();
     return(((ElasticSearch.Diagnostics.Tester.weatherService.WeatherSoap)(this)).GetWeatherInformationAsync(inValue));
 }
Esempio n. 2
0
 public ElasticSearch.Diagnostics.Tester.weatherService.WeatherDescription[] GetWeatherInformation()
 {
     ElasticSearch.Diagnostics.Tester.weatherService.GetWeatherInformationRequest  inValue = new ElasticSearch.Diagnostics.Tester.weatherService.GetWeatherInformationRequest();
     ElasticSearch.Diagnostics.Tester.weatherService.GetWeatherInformationResponse retVal  = ((ElasticSearch.Diagnostics.Tester.weatherService.WeatherSoap)(this)).GetWeatherInformation(inValue);
     return(retVal.GetWeatherInformationResult);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <ElasticSearch.Diagnostics.Tester.weatherService.GetWeatherInformationResponse> ElasticSearch.Diagnostics.Tester.weatherService.WeatherSoap.GetWeatherInformationAsync(ElasticSearch.Diagnostics.Tester.weatherService.GetWeatherInformationRequest request)
 {
     return(base.Channel.GetWeatherInformationAsync(request));
 }
Esempio n. 4
0
 ElasticSearch.Diagnostics.Tester.weatherService.GetWeatherInformationResponse ElasticSearch.Diagnostics.Tester.weatherService.WeatherSoap.GetWeatherInformation(ElasticSearch.Diagnostics.Tester.weatherService.GetWeatherInformationRequest request)
 {
     return(base.Channel.GetWeatherInformation(request));
 }