Share via


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)

Syntax

'Declaration
Public Interface IAsyncActionInvoker _
    Inherits IActionInvoker
public interface IAsyncActionInvoker : IActionInvoker
public interface class IAsyncActionInvoker : IActionInvoker

The IAsyncActionInvoker type exposes the following members.

Methods

  Name Description
Public method BeginInvokeAction Invokes the specified action.
Public method EndInvokeAction Cancels the asynchronous action.
Public method InvokeAction Invokes the specified action by using the specified controller context. (Inherited from IActionInvoker.)

Top

See Also

Reference

System.Web.Mvc.Async Namespace