Exemplo n.º 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);
 }
Exemplo n.º 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));
 }