TaskAsyncActionDescriptor.Execute Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes the asynchronous action method
public override object Execute (System.Web.Mvc.ControllerContext controllerContext, System.Collections.Generic.IDictionary<string,object> parameters);
override this.Execute : System.Web.Mvc.ControllerContext * System.Collections.Generic.IDictionary<string, obj> -> obj
Public Overrides Function Execute (controllerContext As ControllerContext, parameters As IDictionary(Of String, Object)) As Object
Parameters
- controllerContext
- ControllerContext
The controller context.
- parameters
- IDictionary<String,Object>
The parameters of the action method.
Returns
The result of executing the asynchronous action method.