BigPipe.Controllers.HomeController.PageLet1 C# (CSharp) Method

PageLet1() public method

public PageLet1 ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult PageLet1()
        {
            System.Threading.Thread.Sleep(new Random().Next(3000,10000));
            return View("Pagelets/Pagelet1");
        }