Exemple #1
0
 public System.Threading.Tasks.Task <string> NDFDgenByDayLatLonListAsync(string listLatLon, System.DateTime startDate, string numDays, ServiceReference1.unitType Unit, ServiceReference1.formatType format)
 {
     return(base.Channel.NDFDgenByDayLatLonListAsync(listLatLon, startDate, numDays, Unit, format));
 }
Exemple #2
0
 public System.Threading.Tasks.Task <string> NDFDgenByDayAsync(decimal latitude, decimal longitude, System.DateTime startDate, string numDays, ServiceReference1.unitType Unit, ServiceReference1.formatType format)
 {
     return(base.Channel.NDFDgenByDayAsync(latitude, longitude, startDate, numDays, Unit, format));
 }
Exemple #3
0
 public System.Threading.Tasks.Task <string> NDFDgenLatLonListAsync(string listLatLon, ServiceReference1.productType product, System.DateTime startTime, System.DateTime endTime, ServiceReference1.unitType Unit, ServiceReference1.weatherParametersType weatherParameters)
 {
     return(base.Channel.NDFDgenLatLonListAsync(listLatLon, product, startTime, endTime, Unit, weatherParameters));
 }
Exemple #4
0
 public System.Threading.Tasks.Task <string> NDFDgenAsync(decimal latitude, decimal longitude, ServiceReference1.productType product, System.DateTime startTime, System.DateTime endTime, ServiceReference1.unitType Unit, ServiceReference1.weatherParametersType weatherParameters)
 {
     return(base.Channel.NDFDgenAsync(latitude, longitude, product, startTime, endTime, Unit, weatherParameters));
 }