IAsyncActionInvoker Interface

 

Defines the interface for an action invoker, which is used to invoke an asynchronous action in response to an HTTP request.

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

public interface class IAsyncActionInvoker : IActionInvoker

NameDescription
System_CAPS_pubmethodBeginInvokeAction(ControllerContext^, String^, AsyncCallback^, Object^)

Invokes the specified action.

System_CAPS_pubmethodEndInvokeAction(IAsyncResult^)

Cancels the asynchronous action.

System_CAPS_pubmethodInvokeAction(ControllerContext^, String^)

Invokes the specified action by using the specified controller context.(Inherited from IActionInvoker.)

Return to top
Show: