Пример #1
0
        /*
         * @parameters
         * DateTime timeStamp: when the data was gathered
         * int *Score: scores of region *
         */
        public async void update()
        {
            await this.authenticate();

            UNFDataEntry result = await this.getJsonData();

            this.updateData(result);
        }
Пример #2
0
 private string updateData(UNFDataEntry dataEntry)
 {
     return(dataEntry.writeDataEntry(cachedData));
 }