AsyncTimeoutAttribute.OnActionExecuting Method

Visual Studio 2010

Called by ASP.NET before the asynchronous action method executes.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

No code example is currently available or this language may not be supported.

Parameters

filterContext
Type: System.Web.Mvc.ActionExecutingContext
The filter context.

Implements

IActionFilter.OnActionExecuting(ActionExecutingContext)

Community Additions

ADD
Show: