AsyncTimeoutAttribute.OnActionExecuting Method
Visual Studio 2010
Called by ASP.NET before the asynchronous action method executes.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Overrides Sub OnActionExecuting ( _ filterContext As ActionExecutingContext _ )
Parameters
- filterContext
- Type: System.Web.Mvc.ActionExecutingContext
The filter context.
Implements
IActionFilter.OnActionExecuting(ActionExecutingContext)Community Additions
ADD
Show: