AsyncTimeoutAttribute::OnActionExecuting Method
Called by ASP.NET before the asynchronous action method executes.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: virtual void OnActionExecuting( ActionExecutingContext^ filterContext ) override
Parameters
- filterContext
- Type: System.Web.Mvc::ActionExecutingContext
The filter context.
Implements
IActionFilter::OnActionExecuting(ActionExecutingContext)
Show: