This topic has not yet been rated - Rate this topic

AsyncTimeoutAttribute.OnActionExecuting Method

.NET Framework 4

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 void OnActionExecuting(
	ActionExecutingContext filterContext
)

Parameters

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

Implements

IActionFilter.OnActionExecuting(ActionExecutingContext)
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ