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)); }
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); }
System.Threading.Tasks.Task <TobeConsolePractise.ConsoleWeather.GetWeatherResponse> TobeConsolePractise.ConsoleWeather.AsyncServiceSoap.GetWeatherAsync(TobeConsolePractise.ConsoleWeather.GetWeatherRequest request) { return(base.Channel.GetWeatherAsync(request)); }
TobeConsolePractise.ConsoleWeather.GetWeatherResponse TobeConsolePractise.ConsoleWeather.AsyncServiceSoap.GetWeather(TobeConsolePractise.ConsoleWeather.GetWeatherRequest request) { return(base.Channel.GetWeather(request)); }