AsyncController.CreateActionInvoker Method

Creates an action invoker.

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

Syntax

'Declaration
Protected Overrides Function CreateActionInvoker As IActionInvoker
protected override IActionInvoker CreateActionInvoker()
protected:
virtual IActionInvoker^ CreateActionInvoker() override

Return Value

Type: System.Web.Mvc.IActionInvoker
An action invoker.

Remarks

This method is called by ASP.NET in order to process an asynchronous request. It cannot be called directly.

See Also

Reference

AsyncController Class

System.Web.Mvc Namespace