예제 #1
0
 public System.Threading.Tasks.Task <AhnqIot.AreaStationDataProcess.AHNQ.Weather.getForcastResponse> getForcastAsync(string StationId)
 {
     AhnqIot.AreaStationDataProcess.AHNQ.Weather.getForcastRequest inValue = new AhnqIot.AreaStationDataProcess.AHNQ.Weather.getForcastRequest();
     inValue.Body           = new AhnqIot.AreaStationDataProcess.AHNQ.Weather.getForcastRequestBody();
     inValue.Body.StationId = StationId;
     return(((AhnqIot.AreaStationDataProcess.AHNQ.Weather.WebServiceSoap)(this)).getForcastAsync(inValue));
 }
예제 #2
0
 public string getForcast(string StationId)
 {
     AhnqIot.AreaStationDataProcess.AHNQ.Weather.getForcastRequest inValue = new AhnqIot.AreaStationDataProcess.AHNQ.Weather.getForcastRequest();
     inValue.Body           = new AhnqIot.AreaStationDataProcess.AHNQ.Weather.getForcastRequestBody();
     inValue.Body.StationId = StationId;
     AhnqIot.AreaStationDataProcess.AHNQ.Weather.getForcastResponse retVal = ((AhnqIot.AreaStationDataProcess.AHNQ.Weather.WebServiceSoap)(this)).getForcast(inValue);
     return(retVal.Body.getForcastResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <AhnqIot.AreaStationDataProcess.AHNQ.Weather.getForcastResponse> AhnqIot.AreaStationDataProcess.AHNQ.Weather.WebServiceSoap.getForcastAsync(AhnqIot.AreaStationDataProcess.AHNQ.Weather.getForcastRequest request)
 {
     return(base.Channel.getForcastAsync(request));
 }
예제 #4
0
 AhnqIot.AreaStationDataProcess.AHNQ.Weather.getForcastResponse AhnqIot.AreaStationDataProcess.AHNQ.Weather.WebServiceSoap.getForcast(AhnqIot.AreaStationDataProcess.AHNQ.Weather.getForcastRequest request)
 {
     return(base.Channel.getForcast(request));
 }