Esempio n. 1
0
 public System.Threading.Tasks.Task <AhnqIot.AreaStationDataProcess.AHNQ.Weather.getAlarmResponse> getAlarmAsync(string areaName)
 {
     AhnqIot.AreaStationDataProcess.AHNQ.Weather.getAlarmRequest inValue = new AhnqIot.AreaStationDataProcess.AHNQ.Weather.getAlarmRequest();
     inValue.Body          = new AhnqIot.AreaStationDataProcess.AHNQ.Weather.getAlarmRequestBody();
     inValue.Body.areaName = areaName;
     return(((AhnqIot.AreaStationDataProcess.AHNQ.Weather.WebServiceSoap)(this)).getAlarmAsync(inValue));
 }
Esempio n. 2
0
 public string getAlarm(string areaName)
 {
     AhnqIot.AreaStationDataProcess.AHNQ.Weather.getAlarmRequest inValue = new AhnqIot.AreaStationDataProcess.AHNQ.Weather.getAlarmRequest();
     inValue.Body          = new AhnqIot.AreaStationDataProcess.AHNQ.Weather.getAlarmRequestBody();
     inValue.Body.areaName = areaName;
     AhnqIot.AreaStationDataProcess.AHNQ.Weather.getAlarmResponse retVal = ((AhnqIot.AreaStationDataProcess.AHNQ.Weather.WebServiceSoap)(this)).getAlarm(inValue);
     return(retVal.Body.getAlarmResult);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <AhnqIot.AreaStationDataProcess.AHNQ.Weather.getAlarmResponse> AhnqIot.AreaStationDataProcess.AHNQ.Weather.WebServiceSoap.getAlarmAsync(AhnqIot.AreaStationDataProcess.AHNQ.Weather.getAlarmRequest request)
 {
     return(base.Channel.getAlarmAsync(request));
 }
Esempio n. 4
0
 AhnqIot.AreaStationDataProcess.AHNQ.Weather.getAlarmResponse AhnqIot.AreaStationDataProcess.AHNQ.Weather.WebServiceSoap.getAlarm(AhnqIot.AreaStationDataProcess.AHNQ.Weather.getAlarmRequest request)
 {
     return(base.Channel.getAlarm(request));
 }