AsyncActionDescriptor.Execute Method (ControllerContext, IDictionary<String, Object>)

 

Executes the asynchronous action method by using the specified parameters and controller context.

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

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<StringObject>

The parameters of the action method.

Return Value

Type: System.Object

The result of executing the asynchronous action method.

Return to top
Show: