ApiControllerActionInvoker Class

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
Public method ApiControllerActionInvoker Initializes a new instance of the ApiControllerActionInvoker class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method InvokeActionAsync Asynchronously invokes the specified action by using the specified controller context.
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

System.Web.Http.Controllers Namespace