コード例 #1
0
 public System.Threading.Tasks.Task <string> GmlTimeSeriesAsync(string listLatLon, System.DateTime startTime, System.DateTime endTime, NOAAServiceReference.compTypeType compType, NOAAServiceReference.featureTypeType featureType, string propertyName)
 {
     return(base.Channel.GmlTimeSeriesAsync(listLatLon, startTime, endTime, compType, featureType, propertyName));
 }
コード例 #2
0
 public System.Threading.Tasks.Task <string> GmlLatLonListAsync(string listLatLon, System.DateTime requestedTime, NOAAServiceReference.featureTypeType featureType, NOAAServiceReference.weatherParametersType weatherParameters)
 {
     return(base.Channel.GmlLatLonListAsync(listLatLon, requestedTime, featureType, weatherParameters));
 }