Esempio n. 1
0
        public IHttpActionResult TriggerUpdates()
        {
            var jsonReply = new JObject();

            updater.CheckForUpdatesNow();
            return(Json(jsonReply));
        }
Esempio n. 2
0
 public void Update() => updater.CheckForUpdatesNow();