Example #1
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);
 }
Example #2
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));
 }
Example #3
0
 public GetWeatherRequestBody(TobeConsolePractise.ConsoleWeather.Choice ch, TobeConsolePractise.ConsoleWeather.Time t)
 {
     this.ch = ch;
     this.t  = t;
 }