Exemple #1
0
 public string EstimatedWeather()
 {
     LABB1Client.Labb1Service1.EstimatedWeatherRequest inValue = new LABB1Client.Labb1Service1.EstimatedWeatherRequest();
     inValue.Body = new LABB1Client.Labb1Service1.EstimatedWeatherRequestBody();
     LABB1Client.Labb1Service1.EstimatedWeatherResponse retVal = ((LABB1Client.Labb1Service1.Lab1Service1Soap)(this)).EstimatedWeather(inValue);
     return(retVal.Body.EstimatedWeatherResult);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <LABB1Client.Labb1Service1.EstimatedWeatherResponse> EstimatedWeatherAsync()
 {
     LABB1Client.Labb1Service1.EstimatedWeatherRequest inValue = new LABB1Client.Labb1Service1.EstimatedWeatherRequest();
     inValue.Body = new LABB1Client.Labb1Service1.EstimatedWeatherRequestBody();
     return(((LABB1Client.Labb1Service1.Lab1Service1Soap)(this)).EstimatedWeatherAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <LABB1Client.Labb1Service1.EstimatedWeatherResponse> LABB1Client.Labb1Service1.Lab1Service1Soap.EstimatedWeatherAsync(LABB1Client.Labb1Service1.EstimatedWeatherRequest request)
 {
     return(base.Channel.EstimatedWeatherAsync(request));
 }
Exemple #4
0
 LABB1Client.Labb1Service1.EstimatedWeatherResponse LABB1Client.Labb1Service1.Lab1Service1Soap.EstimatedWeather(LABB1Client.Labb1Service1.EstimatedWeatherRequest request)
 {
     return(base.Channel.EstimatedWeather(request));
 }