Esempio n. 1
0
 public System.Threading.Tasks.Task <TobeConsolePractise.ConsoleWeather.GetWeatherResponse> GetWeatherAsync(TobeConsolePractise.ConsoleWeather.Choice ch, TobeConsolePractise.ConsoleWeather.Time t)
 {
     TobeConsolePractise.ConsoleWeather.GetWeatherRequest inValue = new TobeConsolePractise.ConsoleWeather.GetWeatherRequest();
     inValue.Body    = new TobeConsolePractise.ConsoleWeather.GetWeatherRequestBody();
     inValue.Body.ch = ch;
     inValue.Body.t  = t;
     return(((TobeConsolePractise.ConsoleWeather.AsyncServiceSoap)(this)).GetWeatherAsync(inValue));
 }
Esempio n. 2
0
 public string GetWeather(TobeConsolePractise.ConsoleWeather.Choice ch, TobeConsolePractise.ConsoleWeather.Time t)
 {
     TobeConsolePractise.ConsoleWeather.GetWeatherRequest inValue = new TobeConsolePractise.ConsoleWeather.GetWeatherRequest();
     inValue.Body    = new TobeConsolePractise.ConsoleWeather.GetWeatherRequestBody();
     inValue.Body.ch = ch;
     inValue.Body.t  = t;
     TobeConsolePractise.ConsoleWeather.GetWeatherResponse retVal = ((TobeConsolePractise.ConsoleWeather.AsyncServiceSoap)(this)).GetWeather(inValue);
     return(retVal.Body.GetWeatherResult);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <TobeConsolePractise.ConsoleWeather.GetWeatherResponse> TobeConsolePractise.ConsoleWeather.AsyncServiceSoap.GetWeatherAsync(TobeConsolePractise.ConsoleWeather.GetWeatherRequest request)
 {
     return(base.Channel.GetWeatherAsync(request));
 }
Esempio n. 4
0
 TobeConsolePractise.ConsoleWeather.GetWeatherResponse TobeConsolePractise.ConsoleWeather.AsyncServiceSoap.GetWeather(TobeConsolePractise.ConsoleWeather.GetWeatherRequest request)
 {
     return(base.Channel.GetWeather(request));
 }