示例#1
0
 public System.Threading.Tasks.Task <string> NDFDgenByDayLatLonListAsync(string listLatLon, System.DateTime startDate, string numDays, NOAAServiceReference.unitType Unit, NOAAServiceReference.formatType format)
 {
     return(base.Channel.NDFDgenByDayLatLonListAsync(listLatLon, startDate, numDays, Unit, format));
 }
示例#2
0
 public System.Threading.Tasks.Task <string> NDFDgenByDayAsync(decimal latitude, decimal longitude, System.DateTime startDate, string numDays, NOAAServiceReference.unitType Unit, NOAAServiceReference.formatType format)
 {
     return(base.Channel.NDFDgenByDayAsync(latitude, longitude, startDate, numDays, Unit, format));
 }