IAsyncActionInvoker Interface

Definition

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

public interface IAsyncActionInvoker : System.Web.Mvc.IActionInvoker
type IAsyncActionInvoker = interface
    interface IActionInvoker
Public Interface IAsyncActionInvoker
Implements IActionInvoker
Derived
Implements

Methods

BeginInvokeAction(ControllerContext, String, AsyncCallback, Object)

Invokes the specified action.

EndInvokeAction(IAsyncResult)

Cancels the asynchronous action.

InvokeAction(ControllerContext, String)

Invokes the specified action by using the specified controller context.

(Inherited from IActionInvoker)

Applies to