IAsyncActionInvoker Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |