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 override function OnActionExecuting( filterContext : ActionExecutingContext )
Parameters
- filterContext
- Type: System.Web.Mvc.ActionExecutingContext
The filter context.
Implements
IActionFilter.OnActionExecuting(ActionExecutingContext)
Show: