Invokes the action methods of a controller.
Inheritance Hierarchy
System.Object
  System.Web.Http.Controllers.ApiControllerActionInvoker
Namespace:  System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Class ApiControllerActionInvoker _
    Implements IHttpActionInvoker
'Usage
Dim instance As ApiControllerActionInvoker
public class ApiControllerActionInvoker : IHttpActionInvoker
public ref class ApiControllerActionInvoker : IHttpActionInvoker
type ApiControllerActionInvoker =  
    class
        interface IHttpActionInvoker
    end
public class ApiControllerActionInvoker implements IHttpActionInvoker
The ApiControllerActionInvoker type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | ApiControllerActionInvoker | Initializes a new instance of the ApiControllerActionInvoker class. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals | (Inherited from Object.) | 
| .jpeg) | Finalize | (Inherited from Object.) | 
| .jpeg) | GetHashCode | (Inherited from Object.) | 
| .jpeg) | GetType | (Inherited from Object.) | 
| .jpeg) | InvokeActionAsync | Asynchronously invokes the specified action by using the specified controller context. | 
| .jpeg) | MemberwiseClone | (Inherited from Object.) | 
| .jpeg) | ToString | (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.