AsyncActionDescriptor.Execute Method

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)

Syntax

'Declaration
Public Overrides Function Execute ( _
    controllerContext As ControllerContext, _
    parameters As IDictionary(Of String, Object) _
) As Object
public override Object Execute(
    ControllerContext controllerContext,
    IDictionary<string, Object> parameters
)
public:
virtual Object^ Execute(
    ControllerContext^ controllerContext, 
    IDictionary<String^, Object^>^ parameters
) override

Parameters

Return Value

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

See Also

Reference

AsyncActionDescriptor Class

System.Web.Mvc.Async Namespace