TaskAsyncActionDescriptor.Execute Method

Executes the asynchronous action method

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

abstract Execute : 
        controllerContext:ControllerContext * 
        parameters:IDictionary<string, Object> -> Object  
override Execute : 
        controllerContext:ControllerContext * 
        parameters:IDictionary<string, Object> -> Object

Parameters

controllerContext
Type: System.Web.Mvc.ControllerContext

The controller context.

parameters
Type: System.Collections.Generic.IDictionary(String, Object)

The parameters of the action method.

Return Value

Type: System.Object
The result of executing the asynchronous action method.
Show: