示例#1
0
        public IHttpActionResult TriggerUpdates()
        {
            var jsonReply = new JObject();

            updater.CheckForUpdatesNow();
            return(Json(jsonReply));
        }
示例#2
0
 public void Update() => updater.CheckForUpdatesNow();