public static NCDCResponse <NCDCLocation> GetLocationInformation(string datasetName, string locationId, string token = null, NCDCOptions options = null) { token = token ?? NCDCUtilities.GetUnlockedToken(); var command = new ShowLocationCommand(datasetName, locationId, token, options); return(NCDCCommand <NCDCLocation> .PerformAction(command)); }
public static NCDCResponse<NCDCLocation> GetLocationInformation(string datasetName, string locationId, string token = null, NCDCOptions options = null) { token = token ?? NCDCUtilities.GetUnlockedToken(); var command = new ShowLocationCommand(datasetName, locationId, token, options); return NCDCCommand<NCDCLocation>.PerformAction(command); }