Share via


ApiControllerActionInvoker Class

 

Invokes the action methods of a controller.

Namespace:   System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)

Inheritance Hierarchy

System.Object
  System.Web.Http.Controllers.ApiControllerActionInvoker

Syntax

public class ApiControllerActionInvoker : IHttpActionInvoker
public ref class ApiControllerActionInvoker : IHttpActionInvoker
type ApiControllerActionInvoker = 
    class
        interface IHttpActionInvoker
    end
Public Class ApiControllerActionInvoker
    Implements IHttpActionInvoker

Constructors

Name Description
System_CAPS_pubmethod ApiControllerActionInvoker()

Initializes a new instance of the ApiControllerActionInvoker class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InvokeActionAsync(HttpActionContext, CancellationToken)

Asynchronously invokes the specified action by using the specified controller context.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

System.Web.Http.Controllers Namespace

Return to top