예제 #1
0
 public static NCDCResponse<NCDCStation> GetStationInformation(string datasetName, string stationId, string token = null, NCDCOptions options = null)
 {
     token = token ?? NCDCUtilities.GetUnlockedToken(); var command = new ShowStationCommand(datasetName, stationId, token, options);
     return NCDCCommand<NCDCStation>.PerformAction(command);
 }
예제 #2
0
 public static NCDCResponse <NCDCStation> GetStationInformation(string datasetName, string stationId, string token = null, NCDCOptions options = null)
 {
     token = token ?? NCDCUtilities.GetUnlockedToken(); var command = new ShowStationCommand(datasetName, stationId, token, options);
     return(NCDCCommand <NCDCStation> .PerformAction(command));
 }