示例#1
0
 private void Shutdown()
 {
     SampleHelpers.RunShutDownTasks(this);
 }
示例#2
0
        public ActionResult Shutdown()
        {
            SampleHelpers.RunShutDownTasks(this);

            return(RedirectToAction("Index"));
        }