Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <DinerMax3000.Business.CDyne.GetWeatherInformationResponse> GetWeatherInformationAsync()
 {
     DinerMax3000.Business.CDyne.GetWeatherInformationRequest inValue = new DinerMax3000.Business.CDyne.GetWeatherInformationRequest();
     return(((DinerMax3000.Business.CDyne.WeatherSoap)(this)).GetWeatherInformationAsync(inValue));
 }
Ejemplo n.º 2
0
 public DinerMax3000.Business.CDyne.WeatherDescription[] GetWeatherInformation()
 {
     DinerMax3000.Business.CDyne.GetWeatherInformationRequest  inValue = new DinerMax3000.Business.CDyne.GetWeatherInformationRequest();
     DinerMax3000.Business.CDyne.GetWeatherInformationResponse retVal  = ((DinerMax3000.Business.CDyne.WeatherSoap)(this)).GetWeatherInformation(inValue);
     return(retVal.GetWeatherInformationResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <DinerMax3000.Business.CDyne.GetWeatherInformationResponse> DinerMax3000.Business.CDyne.WeatherSoap.GetWeatherInformationAsync(DinerMax3000.Business.CDyne.GetWeatherInformationRequest request)
 {
     return(base.Channel.GetWeatherInformationAsync(request));
 }
Ejemplo n.º 4
0
 DinerMax3000.Business.CDyne.GetWeatherInformationResponse DinerMax3000.Business.CDyne.WeatherSoap.GetWeatherInformation(DinerMax3000.Business.CDyne.GetWeatherInformationRequest request)
 {
     return(base.Channel.GetWeatherInformation(request));
 }