Exemple #1
0
 public static NCDCResponse<NCDCStationCollection> GetStations(string datasetName, string token = null, NCDCOptions options = null)
 {
     token = token ?? NCDCUtilities.GetUnlockedToken(); var command = new ListStationsCommand(datasetName, token, options);
     return NCDCCommand<NCDCStationCollection>.PerformAction(command);
 }
Exemple #2
0
 public static NCDCResponse <NCDCStationCollection> GetStations(string datasetName, string token = null, NCDCOptions options = null)
 {
     token = token ?? NCDCUtilities.GetUnlockedToken(); var command = new ListStationsCommand(datasetName, token, options);
     return(NCDCCommand <NCDCStationCollection> .PerformAction(command));
 }