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)

type IAsyncActionInvoker =  
    interface 
        interface IActionInvoker 
    end

The IAsyncActionInvoker type exposes the following members.

  NameDescription
Public methodBeginInvokeActionInvokes the specified action.
Public methodEndInvokeActionCancels the asynchronous action.
Public methodInvokeActionInvokes the specified action by using the specified controller context. (Inherited from IActionInvoker.)
Top
Show: